about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-26 17:20:54 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-26 17:20:54 +0200
commitc161d97314fd107c0ff7836349cbccaac80d6c0b (patch)
treedbad33596821f59943e7e4043b23272ae85958af /hosts
parentDisable explicit DHCP (diff)
downloadnixos-config-c161d97314fd107c0ff7836349cbccaac80d6c0b.tar.gz
nixos-config-c161d97314fd107c0ff7836349cbccaac80d6c0b.tar.bz2
nixos-config-c161d97314fd107c0ff7836349cbccaac80d6c0b.zip
Luna: Enable zram
Diffstat (limited to 'hosts')
-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;
 }