nixos/virtualisation/linode-image: Migrate to new openssh options.

This commit is contained in:
Vanilla
2023-02-12 13:06:11 +08:00
parent c6a1db8ef2
commit 3ba3e20347
@@ -6,8 +6,8 @@ with lib;
services.openssh = {
enable = true;
permitRootLogin = "prohibit-password";
passwordAuthentication = mkDefault false;
settings.PermitRootLogin = "prohibit-password";
settings.PasswordAuthentication = mkDefault false;
};
networking = {