fix: allow swaylock pam access
This commit is contained in:
parent
1a2f97a2eb
commit
4b369eb690
|
@ -627,6 +627,9 @@ in {
|
||||||
# enable polkit
|
# enable polkit
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
|
|
||||||
|
# enable xdg autostart
|
||||||
|
security.pam.services.swaylock = { };
|
||||||
|
|
||||||
# enable unfree
|
# enable unfree
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue