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;