diff options
Diffstat (limited to 'hosts/glados/default.nix')
| -rw-r--r-- | hosts/glados/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index c1f9887..a6bc4ae 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -8,4 +8,13 @@ _: { ./network.nix ./services.nix ]; + + powerManagement.cpuFreqGovernor = "ondemand"; + + zramSwap = { + enable = true; + algorithm = "zstd"; + swapDevices = 1; + memoryPercent = 50; + }; } |
