Enabled: Firewall and allowed Postgres

This commit is contained in:
2026-02-17 23:07:52 +01:00
parent 8466383f34
commit a47a656175

View File

@@ -18,8 +18,10 @@
# }
# ];
# firewall = {
# enable = false;
# };
firewall = {
enable = true;
allowPing = true;
allowedTCPPorts = [ 5432 ];
};
};
}