Update FredOS-Gaming.nix
This commit is contained in:
parent
52d16dbd1d
commit
cd9c21ab52
1 changed files with 10 additions and 0 deletions
|
|
@ -18,6 +18,16 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
||||||
kdePackages.breeze
|
kdePackages.breeze
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
system.autoUpgrade = {
|
||||||
|
enable = true;
|
||||||
|
dates = "daily";
|
||||||
|
persistent = true; # Run on next boot if the scheduled time was missed
|
||||||
|
allowReboot = false;
|
||||||
|
flags = [
|
||||||
|
"--upgrade"
|
||||||
|
"--option" "tarball-ttl" "0"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue