summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--profiles/otp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/otp.nix b/profiles/otp.nix
index a8207a4..8255add 100644
--- a/profiles/otp.nix
+++ b/profiles/otp.nix
@@ -7,5 +7,5 @@
gen-oath-safe
];
- security.pam.oath.enable = true;
+ security.pam.services.sshd.oathAuth = true;
}