mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/plover: enable firewall for Hetzner Cloud config
This commit is contained in:
parent
a046192bca
commit
4359c4d579
@ -43,15 +43,18 @@ in
|
||||
|
||||
networking = {
|
||||
domain = "foodogsquared.one";
|
||||
firewall.allowedTCPPorts = [
|
||||
22 # Secure Shells.
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
22 # Secure Shells.
|
||||
|
||||
80 # HTTP servers.
|
||||
433 # HTTPS servers.
|
||||
80 # HTTP servers.
|
||||
433 # HTTPS servers.
|
||||
|
||||
389 # LDAP servers.
|
||||
636 # LDAPS servers.
|
||||
];
|
||||
389 # LDAP servers.
|
||||
636 # LDAPS servers.
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
sops.secrets =
|
||||
|
Loading…
Reference in New Issue
Block a user