mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machine/thinkman: remove redundant nix config
This commit is contained in:
parent
9dcc91cfd1
commit
7d107e77e0
1 changed files with 0 additions and 12 deletions
|
@ -50,18 +50,6 @@
|
|||
# Use latest kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# Nix
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
daemonCPUSchedPolicy = "idle";
|
||||
daemonIOSchedPriority = 7;
|
||||
};
|
||||
|
||||
system = {
|
||||
stateVersion = "22.11";
|
||||
autoUpgrade.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue