mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-24 18:10:21 +01:00
auto upgrade????
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user