about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-04-15 13:24:54 +0000
committerAlyssa Ross <hi@alyssa.is>2020-04-15 13:24:54 +0000
commit97f50c425731ee538adf372afb49e1e7ad17a2a8 (patch)
treea162e5f0b5c137816225a7ec3d54952557b18db3 /sys
parentf444567479fb575fd1bcfc9706b44cbf1240bf3c (diff)
downloadnixlib-97f50c425731ee538adf372afb49e1e7ad17a2a8.tar
nixlib-97f50c425731ee538adf372afb49e1e7ad17a2a8.tar.gz
nixlib-97f50c425731ee538adf372afb49e1e7ad17a2a8.tar.bz2
nixlib-97f50c425731ee538adf372afb49e1e7ad17a2a8.tar.lz
nixlib-97f50c425731ee538adf372afb49e1e7ad17a2a8.tar.xz
nixlib-97f50c425731ee538adf372afb49e1e7ad17a2a8.tar.zst
nixlib-97f50c425731ee538adf372afb49e1e7ad17a2a8.zip
sys/atuin: disable systemd emergency mode
Getting to the serial console of this machine is hard.  It's better if
it keeps trying to boot.
Diffstat (limited to 'sys')
-rw-r--r--sys/atuin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/atuin.nix b/sys/atuin.nix
index 2fcf0d00b514..e1e5d4a6fe2e 100644
--- a/sys/atuin.nix
+++ b/sys/atuin.nix
@@ -22,6 +22,8 @@
     "/root" = { device = "rpool/home/root"; fsType = "zfs"; };
   };
 
+  systemd.enableEmergencyMode = false;
+
   boot.zfs.devNodes = "/dev";
 
   swapDevices = [