Enabled: Firewall and allowed Postgres
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
# }
|
||||
# ];
|
||||
|
||||
# firewall = {
|
||||
# enable = false;
|
||||
# };
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
allowedTCPPorts = [ 5432 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user