From d1c0b5f71c4d93598a69e40f235af09508def2da Mon Sep 17 00:00:00 2001 From: CDaut Date: Tue, 21 May 2024 11:50:35 +0200 Subject: [PATCH] no fprint auth for swaylock --- configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index bb57ca4..728bbd1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -152,9 +152,7 @@ # patch for swaylock https://github.com/swaywm/sway/issues/2773 security.pam.services.swaylock = { - text = '' - auth include login - ''; + fprintAuth = false; }; # Patch for IDEA PlugIn dev. Should be in dev flake!