aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-01-22 13:05:56 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-01-22 13:05:56 -0800
commitdcbc46adb2c988da1849a0a83e3c4e5ea3553561 (patch)
treec483ea8baff7f127b851c9115a60b3aa1db3c412 /hosts
parent11039a9dc37e903ee089ec6638da7dfc4db9ecbc (diff)
downloadnix-dcbc46adb2c988da1849a0a83e3c4e5ea3553561.tar
nix-dcbc46adb2c988da1849a0a83e3c4e5ea3553561.tar.gz
nix-dcbc46adb2c988da1849a0a83e3c4e5ea3553561.tar.bz2
nix-dcbc46adb2c988da1849a0a83e3c4e5ea3553561.tar.lz
nix-dcbc46adb2c988da1849a0a83e3c4e5ea3553561.tar.xz
nix-dcbc46adb2c988da1849a0a83e3c4e5ea3553561.tar.zst
nix-dcbc46adb2c988da1849a0a83e3c4e5ea3553561.zip
Remove MFA for CUPS
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/optional/google-authenticator.nix2
1 files changed, 1 insertions, 1 deletions
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;