modules/dgn-ssh: Update settings
This commit is contained in:
parent
9e18e8e078
commit
4b610d0b80
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
passwordAuthentication = false;
|
settings.PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.mosh.enable = true;
|
programs.mosh.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue