diff options
-rw-r--r-- | hosts/vidhar/default.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 073cb370..edca73ea 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -104,8 +104,13 @@ with lib; | |||
104 | options = "--delete-older-than 30d"; | 104 | options = "--delete-older-than 30d"; |
105 | }; | 105 | }; |
106 | }; | 106 | }; |
107 | systemd.services."nix-daemon".serviceConfig = { | 107 | systemd.services."nix-daemon" = { |
108 | CPUQuota = "2200%"; | 108 | environment = { |
109 | TMPDIR = "/nix/tmp"; | ||
110 | }; | ||
111 | serviceConfig = { | ||
112 | CPUQuota = "2200%"; | ||
113 | }; | ||
109 | }; | 114 | }; |
110 | 115 | ||
111 | powerManagement = { | 116 | powerManagement = { |