diff --git a/nixos/layers/base.nix b/nixos/layers/base.nix index c0d77e666072f017ba8d1f1cb080950c181b0058..222dab53342e757ec8792d9c1a266cc98560fb64 100644 --- a/nixos/layers/base.nix +++ b/nixos/layers/base.nix @@ -24,6 +24,9 @@ # Restore systemd default services.logind.killUserProcesses = true; + # Freezes on shutdown on some machines. Also probably should only be enabled when required? + security.rngd.enable = false; + time.timeZone = "Europe/Berlin"; # German locale with english messages