summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 8ad825fc..62eaae0d 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -344,6 +344,8 @@ with lib;
344 }; 344 };
345 }; 345 };
346 346
347 zramSwap.enable = true;
348
347 environment.systemPackages = with pkgs; [iotop vmtouch]; 349 environment.systemPackages = with pkgs; [iotop vmtouch];
348 350
349 system.stateVersion = "21.05"; 351 system.stateVersion = "21.05";