Update FredOS-Gaming.nix
This commit is contained in:
parent
52d16dbd1d
commit
cd9c21ab52
1 changed files with 10 additions and 0 deletions
|
|
@ -17,7 +17,17 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
|||
pkgs: with pkgs; [
|
||||
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