Configure but disable auto upgrade task
This commit is contained in:
@ -13,7 +13,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
(import ./office.nix inputs)
|
||||
({ pkgs, lib, ... }: {
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
allowReboot = false;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user