# 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";