hosts/plover: enable firewall (again)

This commit is contained in:
Gabriel Arazas 2023-02-06 16:09:09 +08:00
parent bb8714d4cc
commit 102e216ae5
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -44,12 +44,9 @@ in
nftables.enable = true; nftables.enable = true;
domain = "foodogsquared.one"; domain = "foodogsquared.one";
firewall = { firewall = {
enable = false; enable = true;
allowedTCPPorts = [ allowedTCPPorts = [
22 # Secure Shells. 22 # Secure Shells.
389 # LDAP servers.
636 # LDAPS servers.
]; ];
}; };
}; };