diff --git a/hosts/phantom/default.nix b/hosts/phantom/default.nix index b56ff10..47b8757 100644 --- a/hosts/phantom/default.nix +++ b/hosts/phantom/default.nix @@ -30,7 +30,6 @@ system.autoUpgrade = { enable = true; dates = "04:40"; - allowReboot = true; operation = "switch"; flags = [ "--update-input" "nixpkgs" "--no-write-lock-file" "-L" ]; flake = "github:lelgenio/nixos-config#phantom";