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.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 5c23dea2..7f780d9a 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -101,6 +101,9 @@ with lib;
101 options = "--delete-older-than 30d"; 101 options = "--delete-older-than 30d";
102 }; 102 };
103 }; 103 };
104 systemd.services."nix-daemon".serviceConfig = {
105 CPUQuota = "1200%";
106 };
104 107
105 powerManagement = { 108 powerManagement = {
106 enable = true; 109 enable = true;