diff options
Diffstat (limited to 'hosts/phobos/hardware.nix')
-rw-r--r-- | hosts/phobos/hardware.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix index 335eea8..0224fc5 100644 --- a/hosts/phobos/hardware.nix +++ b/hosts/phobos/hardware.nix @@ -86,4 +86,6 @@ in }; services.btrfs.autoScrub.enable = true; + + zramSwap.enable = true; } |