I have no clue why this was shown as differing but whatever.

This commit is contained in:
Whovian NTSN 2024-08-09 18:17:57 -04:00
parent 5fb1c776e5
commit 04f07135d1
1 changed files with 8 additions and 0 deletions

View File

@ -305,6 +305,14 @@
openssh.authorizedKeys.keys = mySSHKeys; openssh.authorizedKeys.keys = mySSHKeys;
}; };
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};
};
environment.shells = [ environment.shells = [
pkgs.zsh pkgs.zsh
]; ];