I have no clue why this was shown as differing but whatever.
This commit is contained in:
parent
5fb1c776e5
commit
04f07135d1
1 changed files with 8 additions and 0 deletions
|
@ -305,6 +305,14 @@
|
|||
openssh.authorizedKeys.keys = mySSHKeys;
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
environment.shells = [
|
||||
pkgs.zsh
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue