modules/dgn-ssh: Update settings

This commit is contained in:
Tom Hubrecht 2023-06-30 18:38:23 +02:00
parent 9e18e8e078
commit 4b610d0b80

View file

@ -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;