diff --git a/thinkman.nix b/thinkman.nix index 1470608..1ad406f 100644 --- a/thinkman.nix +++ b/thinkman.nix @@ -49,11 +49,15 @@ boot.kernelPackages = pkgs.linuxPackages_latest; # Nix - nix.autoOptimiseStore = true; - nix.gc = { - automatic = true; - dates = "weekly"; - options = "--delete-older-than 30d"; + nix = { + autoOptimiseStore = true; + gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 30d"; + }; + daemonNiceLevel = 19; + daemonIONiceLevel = 7; }; system.stateVersion = "21.05";