diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-26 17:20:54 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-26 17:20:54 +0200 |
commit | c161d97314fd107c0ff7836349cbccaac80d6c0b (patch) | |
tree | dbad33596821f59943e7e4043b23272ae85958af /hosts | |
parent | Disable explicit DHCP (diff) | |
download | nixos-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.nix | 1 |
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; } |