From 4e38545500686757ca89c305cd867d9290aad809 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 28 Jun 2025 20:32:02 -0700 Subject: Enable Google Authenticator forwardPass for login @caladan --- hosts/common/optional/services/wayland.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index f512b29..bd63199 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -87,10 +87,7 @@ { domain = "@users"; item = "rtprio"; type = "-"; value = 1; } ]; - services.sddm-greeter.googleAuthenticator = { - enable = true; - forwardPass = true; - }; + services.login.googleAuthenticator.forwardPass = true; }; polkit = { -- cgit v1.2.3