hosts/plover: enable firewall for Hetzner Cloud config

This commit is contained in:
Gabriel Arazas 2023-01-05 19:48:54 +08:00
parent a046192bca
commit 4359c4d579

View File

@ -43,15 +43,18 @@ in
networking = { networking = {
domain = "foodogsquared.one"; domain = "foodogsquared.one";
firewall.allowedTCPPorts = [ firewall = {
22 # Secure Shells. enable = true;
allowedTCPPorts = [
22 # Secure Shells.
80 # HTTP servers. 80 # HTTP servers.
433 # HTTPS servers. 433 # HTTPS servers.
389 # LDAP servers. 389 # LDAP servers.
636 # LDAPS servers. 636 # LDAPS servers.
]; ];
};
}; };
sops.secrets = sops.secrets =