flora-6: use renamed options in gitea.settings.server and openssh.settings #232

Merged
b12f merged 3 commits from infra-gitea-module-settings into infra 2023-07-03 12:38:58 +00:00
Showing only changes of commit 9dbfb4eaaa - Show all commits

View file

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