fix: allow swaylock pam access

This commit is contained in:
Laureηt 2023-01-10 20:22:27 +01:00
parent 1a2f97a2eb
commit 4b369eb690
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -627,6 +627,9 @@ in {
# enable polkit
security.polkit.enable = true;
# enable xdg autostart
security.pam.services.swaylock = { };
# enable unfree
nixpkgs.config.allowUnfree = true;