# sets this up as soon as the initrd.
boot.kernelParams = [ "panic=10" ];
- programs.gnupg.agent.pinentryFlavor = "curses";
+ programs.gnupg.agent.pinentryPackage = pkgs.pinentry-curses;
systemd = {
# Always try to start all the units (default.target)
# hangs without progress for more than 120s.
# See https://utcc.utoronto.ca/~cks/space/blog/linux/SystemdShutdownWatchdog
watchdog.rebootTime = mkDefault "120s";
-
- sleep.extraConfig = ''
- AllowSuspend=no
- AllowHibernation=no
- '';
};
}