Remote deployment configuration

This commit is contained in:
Filippo Berto 2022-12-18 19:02:50 +01:00
parent 1bdc118dc7
commit 429efc52ae
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 35 additions and 6 deletions

View file

@ -106,7 +106,7 @@ with lib; {
openssh = {
enable = true;
openFirewall = true;
permitRootLogin = "no";
# permitRootLogin = "no";
passwordAuthentication = false;
};
# plex = { enable = true; openFirewall = true; group = "users"; };