about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-26 17:20:54 +0200
committerBaitinq <[email protected]>2022-07-26 17:20:54 +0200
commit4716502b423ed3cfef8aabf1b30ee6790209812d (patch)
tree0d07692240782ec931d26ee25d4d87eddbcd5572
parentDisable explicit DHCP (diff)
downloadnixos-config-4716502b423ed3cfef8aabf1b30ee6790209812d.tar.gz
nixos-config-4716502b423ed3cfef8aabf1b30ee6790209812d.tar.bz2
nixos-config-4716502b423ed3cfef8aabf1b30ee6790209812d.zip
Luna: Enable zram
-rw-r--r--hosts/luna/hardware.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix
index afd206a..96af2d0 100644
--- a/hosts/luna/hardware.nix
+++ b/hosts/luna/hardware.nix
@@ -84,4 +84,5 @@ in
     };
   };
 
+  zramSwap.enable = true;
 }