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