Various updates

This commit is contained in:
iFargle 2023-12-13 13:11:45 +09:00
parent 0654497bd2
commit 8f8e63ecca
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
openFirewall = false; openFirewall = false;
settings = { settings = {
PermitRootLogin = "no"; PermitRootLogin = "no";
PasswordAuthentication = mkForce true; PasswordAuthentication = lib.mkForce true;
}; };
}; };
} }

View file

@ -13,7 +13,7 @@
openFirewall = false; openFirewall = false;
settings = { settings = {
PermitRootLogin = "no"; PermitRootLogin = "no";
PasswordAuthentication = mkForce true; PasswordAuthentication = lib.mkForce true;
}; };
}; };
} }

View file

@ -13,7 +13,7 @@
openFirewall = false; openFirewall = false;
settings = { settings = {
PermitRootLogin = "no"; PermitRootLogin = "no";
PasswordAuthentication = mkForce true; PasswordAuthentication = lib.mkForce true;
}; };
}; };
} }