Fixing vultr config
This commit is contained in:
@@ -10,8 +10,10 @@ in
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
# TODO: Use ssh keys
|
||||
passwordAuthentication = true;
|
||||
settings = {
|
||||
# TODO: Use ssh keys
|
||||
PasswordAuthentication = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
||||
Reference in New Issue
Block a user