mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
thinkman: bump 21.11
This commit is contained in:
parent
ef3c9d0340
commit
4bce0e34e3
1 changed files with 9 additions and 5 deletions
14
thinkman.nix
14
thinkman.nix
|
@ -55,11 +55,15 @@
|
|||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
daemonNiceLevel = 19;
|
||||
daemonIONiceLevel = 7;
|
||||
daemonCPUSchedPolicy = "idle";
|
||||
daemonIOSchedPriority = 7;
|
||||
};
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.channel = https://nixos.org/channels/nixos-21.05;
|
||||
system = {
|
||||
stateVersion = "21.11";
|
||||
autoUpgrade = {
|
||||
enable = true;
|
||||
channel = https://nixos.org/channels/nixos-21.11;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue