diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-17 17:43:44 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-17 17:46:09 +0530 |
commit | 3cef7beb464ffc10f45b3126119adedf807998aa (patch) | |
tree | 7ad8c3f59f23f18ac46669b1b42e658d59bb5eff /features | |
parent | e889a436e4382044c641c861797631275fb23338 (diff) |
wayland: fix swaylock, missing pam configuration
Diffstat (limited to 'features')
-rw-r--r-- | features/wayland.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/features/wayland.nix b/features/wayland.nix index 66a29a3..b22bac7 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -111,5 +111,8 @@ in }; }; - security.polkit.enable = true; + security = { + polkit.enable = true; + pam.services.swaylock.text = "auth include login"; + }; } |