mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/plover: enable firewall (again)
This commit is contained in:
parent
bb8714d4cc
commit
102e216ae5
@ -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.
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user