lavaridge: added zram_swap module

This commit is contained in:
Aly Raffauf 2024-03-16 19:26:37 -04:00
parent c6319de93f
commit 038dbd740b

View file

@ -9,6 +9,7 @@
../../modules/homelab/virtualization.nix ../../modules/homelab/virtualization.nix
../../modules/plymouth.nix ../../modules/plymouth.nix
../../modules/steam.nix ../../modules/steam.nix
../../modules/zram_swap.nix
../../system ../../system
../../users/aly.nix ../../users/aly.nix
./hardware-configuration.nix # Include the results of the hardware scan. ./hardware-configuration.nix # Include the results of the hardware scan.
@ -23,9 +24,6 @@
networking.hostName = "lavaridge"; # Define your hostname. networking.hostName = "lavaridge"; # Define your hostname.
zramSwap.enable = true;
zramSwap.memoryPercent = 25;
# Need to change the order pam loads its modules # Need to change the order pam loads its modules
# to get proper fingerprint behavior on GDM and the lockscreen. # to get proper fingerprint behavior on GDM and the lockscreen.
security.pam.services.login.fprintAuth = false; security.pam.services.login.fprintAuth = false;