From 038dbd740baa16b45d623f86fbdd217f30c44418 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 16 Mar 2024 19:26:37 -0400 Subject: [PATCH] lavaridge: added zram_swap module --- hosts/lavaridge/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/lavaridge/default.nix b/hosts/lavaridge/default.nix index f1acd7e0..47408d44 100644 --- a/hosts/lavaridge/default.nix +++ b/hosts/lavaridge/default.nix @@ -9,6 +9,7 @@ ../../modules/homelab/virtualization.nix ../../modules/plymouth.nix ../../modules/steam.nix + ../../modules/zram_swap.nix ../../system ../../users/aly.nix ./hardware-configuration.nix # Include the results of the hardware scan. @@ -23,9 +24,6 @@ networking.hostName = "lavaridge"; # Define your hostname. - zramSwap.enable = true; - zramSwap.memoryPercent = 25; - # Need to change the order pam loads its modules # to get proper fingerprint behavior on GDM and the lockscreen. security.pam.services.login.fprintAuth = false;