remove autoupgrade

This commit is contained in:
2025-08-17 11:51:43 +02:00
parent 901091173d
commit ffa7ae62d2

View File

@@ -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