From 3cef7beb464ffc10f45b3126119adedf807998aa Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 17 Jul 2023 17:43:44 +0530 Subject: wayland: fix swaylock, missing pam configuration --- features/wayland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'features/wayland.nix') 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"; + }; } -- cgit v1.2.3