mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: enable firewall (again)
This commit is contained in:
parent
bb8714d4cc
commit
102e216ae5
@ -44,12 +44,9 @@ in
|
||||
nftables.enable = true;
|
||||
domain = "foodogsquared.one";
|
||||
firewall = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
22 # Secure Shells.
|
||||
|
||||
389 # LDAP servers.
|
||||
636 # LDAPS servers.
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user