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,7 +43,9 @@ in
networking = {
domain = "foodogsquared.one";
firewall.allowedTCPPorts = [
firewall = {
enable = true;
allowedTCPPorts = [
22 # Secure Shells.
80 # HTTP servers.
@ -53,6 +55,7 @@ in
636 # LDAPS servers.
];
};
};
sops.secrets =
let