From 3cf0e93441fc2aec93778d795f644349f9d72465 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 28 Jun 2025 20:02:54 -0700 Subject: Enable Google Authenticator for sddm --- hosts/common/optional/services/wayland.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index a54a76e..aae6c8a 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -82,9 +82,13 @@ #}; security = { - pam.loginLimits = [ - { domain = "@users"; item = "rtprio"; type = "-"; value = 1; } - ]; + pam = { + loginLimits = [ + { domain = "@users"; item = "rtprio"; type = "-"; value = 1; } + ]; + + services.sddm-greeter.googleAuthenticator.forwardPass = true; + }; polkit = { enable = true; -- cgit v1.2.3