diff options
Diffstat (limited to 'hosts/common/optional/services/wayland.nix')
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 5 |
1 files changed, 1 insertions, 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 = { |