add pam service for swaylock to fix not being able to login

This commit is contained in:
Tyler Kelley 2024-01-29 16:30:30 -06:00
parent 52c36ae4eb
commit 11ecebec54

View File

@ -30,4 +30,9 @@
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
services.blueman.enable = true;
security.pam.services.swaylock = {
text = ''
auth include login
'';
};
}