diff options
Diffstat (limited to 'hosts/common/optional/services/wayland.nix')
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 10 |
1 files 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; |