mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
lavaridge: added zram_swap module
This commit is contained in:
parent
c6319de93f
commit
038dbd740b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue