aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services/wayland.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/services/wayland.nix5
1 files changed, 4 insertions, 1 deletions
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 = {