mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54: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";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
daemonNiceLevel = 19;
|
daemonCPUSchedPolicy = "idle";
|
||||||
daemonIONiceLevel = 7;
|
daemonIOSchedPriority = 7;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system = {
|
||||||
system.autoUpgrade.enable = true;
|
stateVersion = "21.11";
|
||||||
system.autoUpgrade.channel = https://nixos.org/channels/nixos-21.05;
|
autoUpgrade = {
|
||||||
|
enable = true;
|
||||||
|
channel = https://nixos.org/channels/nixos-21.11;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue