summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-08-16 14:36:23 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-08-16 14:36:23 +0200
commite6b7eb774cecff38ef7ec599376c1539008c2e57 (patch)
tree14b23ad5b1808b14733c68cbca17e7f06d1513a5 /hosts/vidhar
parent0c3af4ef9d3716085d828b9f01adad8d07005651 (diff)
downloadnixos-e6b7eb774cecff38ef7ec599376c1539008c2e57.tar
nixos-e6b7eb774cecff38ef7ec599376c1539008c2e57.tar.gz
nixos-e6b7eb774cecff38ef7ec599376c1539008c2e57.tar.bz2
nixos-e6b7eb774cecff38ef7ec599376c1539008c2e57.tar.xz
nixos-e6b7eb774cecff38ef7ec599376c1539008c2e57.zip
...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 62eaae0d..6ed1b425 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -344,7 +344,10 @@ with lib;
344 }; 344 };
345 }; 345 };
346 346
347 zramSwap.enable = true; 347 zramSwap = {
348 enable = true;
349 algorithm = "zstd";
350 };
348 351
349 environment.systemPackages = with pkgs; [iotop vmtouch]; 352 environment.systemPackages = with pkgs; [iotop vmtouch];
350 353