summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 1d8f4c3c..0bad0f8c 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -254,9 +254,14 @@
254 Defaults lecture = never 254 Defaults lecture = never
255 ''; 255 '';
256 256
257 nix.gc = { 257 nix = {
258 automatic = true; 258 daemonCPUSchedPolicy = "batch";
259 options = "--delete-older-than 30d"; 259 daemonIOSchedClass = "idle";
260
261 gc = {
262 automatic = true;
263 options = "--delete-older-than 30d";
264 };
260 }; 265 };
261 266
262 powerManagement = { 267 powerManagement = {