summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-08-16 20:42:54 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-08-16 20:42:54 +0200
commite36b0e057a48669b0936613d474aa1eef98ca265 (patch)
tree7d714ac8005aad2896f0a48faeb99889c6e8da45 /hosts
parentb765ac6fdc126824beb147bd3245e881d56e3d9c (diff)
downloadnixos-e36b0e057a48669b0936613d474aa1eef98ca265.tar
nixos-e36b0e057a48669b0936613d474aa1eef98ca265.tar.gz
nixos-e36b0e057a48669b0936613d474aa1eef98ca265.tar.bz2
nixos-e36b0e057a48669b0936613d474aa1eef98ca265.tar.xz
nixos-e36b0e057a48669b0936613d474aa1eef98ca265.zip
...
Diffstat (limited to 'hosts')
-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 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 = {