mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-08 08:03:46 +01:00
remove autoupgrade
This commit is contained in:
@@ -357,15 +357,15 @@ in
|
||||
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
||||
system.stateVersion = "24.05"; # Did you read the comment?
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
# flake = inputs.self.outPath;
|
||||
flags = [
|
||||
"--print-build-logs"
|
||||
];
|
||||
dates = "05:00";
|
||||
randomizedDelaySec = "45min";
|
||||
};
|
||||
# system.autoUpgrade = {
|
||||
# enable = true;
|
||||
# # flake = inputs.self.outPath;
|
||||
# flags = [
|
||||
# "--print-build-logs"
|
||||
# ];
|
||||
# dates = "05:00";
|
||||
# randomizedDelaySec = "45min";
|
||||
# };
|
||||
|
||||
# OVERLAYS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user