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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index edca73ea..9d658249 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -109,7 +109,7 @@ with lib;
109 TMPDIR = "/nix/tmp"; 109 TMPDIR = "/nix/tmp";
110 }; 110 };
111 serviceConfig = { 111 serviceConfig = {
112 CPUQuota = "2200%"; 112 CPUQuota = "2000%";
113 }; 113 };
114 }; 114 };
115 115