nixos/default: rename openssh.kbdInteractiveAuthentication

This commit is contained in:
genofire 2022-01-23 22:43:00 +01:00
parent 847d4500ba
commit d90f0abf5c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
services.openssh = {
enable = true;
passwordAuthentication = false;
challengeResponseAuthentication = false;
kbdInteractiveAuthentication = false;
permitRootLogin = "without-password";
openFirewall = true;
ports = [ 1512 ];