From 5b1a3fbc6aa8eb41b99f6e07ebc91201b2519584 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 26 Feb 2024 20:11:18 +1300 Subject: [PATCH] chore: remove pam.services option for swaylock --- system/modules/security.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/modules/security.nix b/system/modules/security.nix index adce573..35d144b 100644 --- a/system/modules/security.nix +++ b/system/modules/security.nix @@ -28,7 +28,6 @@ in polkit = { enable = true; }; - pam.services = { swaylock = { }; }; sudo = { enable = true; wheelNeedsPassword = false;