diff --git a/configuration.nix b/configuration.nix index e8696bb..cf9b9db 100644 --- a/configuration.nix +++ b/configuration.nix @@ -254,6 +254,8 @@ in { time.timeZone = "UTC"; + systemd.services.nixos-upgrade.path = lib.mkAfter [ pkgs.bash ]; + system.autoUpgrade = { enable = true; allowReboot = true;