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