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