nix: update input julm-nix
[sourcephile-nix.git] / hosts / losurdo / system.nix
index 4d7b38b6bbfbd9b7d17598dbc85d2ff1362d4e5b..be5de6f60b2f8ad30d5477be899a2b6fe5a7e4cf 100644 (file)
@@ -5,6 +5,11 @@
   # You should change this only after NixOS release notes say you should.
   system.stateVersion = "19.09"; # Did you read the comment?
 
+  boot.initrd.systemd = {
+    enable = true;
+    emergencyAccess = true; # FIXME: use a password
+  };
+
   nix.gc.dates = "weekly";
   nix.gc.options = "--delete-older-than 7d";