auto upgrade????

This commit is contained in:
2025-08-16 17:09:35 +02:00
parent f83245754e
commit 901091173d

View File

@@ -7,7 +7,7 @@
lib,
pkgs,
...
}:
}@inputs:
let
user = "fredrikr";
@@ -357,6 +357,16 @@ 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";
};
# OVERLAYS
nixpkgs.overlays = [