From dcbc46adb2c988da1849a0a83e3c4e5ea3553561 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 22 Jan 2025 13:05:56 -0800 Subject: Remove MFA for CUPS --- hosts/common/optional/google-authenticator.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common') diff --git a/hosts/common/optional/google-authenticator.nix b/hosts/common/optional/google-authenticator.nix index 7380d1b..09079d8 100644 --- a/hosts/common/optional/google-authenticator.nix +++ b/hosts/common/optional/google-authenticator.nix @@ -9,7 +9,7 @@ security.pam.services = { chfn.googleAuthenticator.enable = true; chsh.googleAuthenticator.enable = true; - cups.googleAuthenticator.enable = true; + #cups.googleAuthenticator.enable = true; lightdm.googleAuthenticator.enable = true; login.googleAuthenticator.enable = true; other.googleAuthenticator.enable = true; -- cgit v1.2.3