flora-6: use renamed options in gitea.settings.server and openssh.settings #232
|
@ -136,8 +136,10 @@ in {
|
|||
# Enable the OpenSSH daemon.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
permitRootLogin = "no";
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
};
|
||||
|
||||
# We manage the firewall with nix, too
|
||||
|
|
Loading…
Reference in a new issue