diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-16 20:42:54 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-16 20:42:54 +0200 |
commit | e36b0e057a48669b0936613d474aa1eef98ca265 (patch) | |
tree | 7d714ac8005aad2896f0a48faeb99889c6e8da45 /hosts/vidhar | |
parent | b765ac6fdc126824beb147bd3245e881d56e3d9c (diff) | |
download | nixos-e36b0e057a48669b0936613d474aa1eef98ca265.tar nixos-e36b0e057a48669b0936613d474aa1eef98ca265.tar.gz nixos-e36b0e057a48669b0936613d474aa1eef98ca265.tar.bz2 nixos-e36b0e057a48669b0936613d474aa1eef98ca265.tar.xz nixos-e36b0e057a48669b0936613d474aa1eef98ca265.zip |
...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 6ed1b425..073cb370 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -105,7 +105,7 @@ with lib; | |||
105 | }; | 105 | }; |
106 | }; | 106 | }; |
107 | systemd.services."nix-daemon".serviceConfig = { | 107 | systemd.services."nix-daemon".serviceConfig = { |
108 | CPUQuota = "1200%"; | 108 | CPUQuota = "2200%"; |
109 | }; | 109 | }; |
110 | 110 | ||
111 | powerManagement = { | 111 | powerManagement = { |