automatic upgrades
This commit is contained in:
@ -20,8 +20,17 @@
|
|||||||
networking.hostName = "wildfire"; # Define your hostname.
|
networking.hostName = "wildfire"; # Define your hostname.
|
||||||
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade = {
|
||||||
system.autoUpgrade.allowReboot = true;
|
enable = true;
|
||||||
|
flake = inputs.self.outPath;
|
||||||
|
flags = [
|
||||||
|
"--update-input"
|
||||||
|
"nixpkgs"
|
||||||
|
"-L" # print build logs
|
||||||
|
];
|
||||||
|
dates = "02:00";
|
||||||
|
randomizedDelaySec = "45min";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
Reference in New Issue
Block a user