all: allowReboot = true by default
This commit is contained in:
parent
be758b50ed
commit
cd56a4ec12
@ -795,7 +795,6 @@ in {
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
|
||||
|
@ -195,5 +195,6 @@ in {
|
||||
}
|
||||
];
|
||||
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
|
@ -119,7 +119,6 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
system.stateVersion = "21.11"; # Did you read the comment?
|
||||
}
|
||||
|
||||
|
@ -32,8 +32,6 @@ in {
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
|
||||
boot.kernelParams = [ "net.ifnames=0" ];
|
||||
|
||||
tailscale.sshOnly = true;
|
||||
|
@ -157,6 +157,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
system.stateVersion = "22.05"; # Did you read the comment?
|
||||
|
||||
}
|
||||
|
@ -194,6 +194,5 @@ in {
|
||||
nix-top
|
||||
];
|
||||
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ with lib; {
|
||||
system.autoUpgrade = {
|
||||
# enable is set in flake depending on the state of the tree
|
||||
# DIRTY means disabled, git revision means enabled
|
||||
allowReboot = mkDefault false;
|
||||
allowReboot = mkDefault true;
|
||||
flake = "github:qbit/xin";
|
||||
dates = "*-*-* *:05:00";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user