Add Rupert’s configuration
This commit is contained in:
commit
2b4264d32d
31 changed files with 1742 additions and 0 deletions
11
hosts/open-pgsql.nix
Normal file
11
hosts/open-pgsql.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Open PostgreSQL port for data transfer
|
||||
services.postgresql = {
|
||||
enableTCPIP = true;
|
||||
authentication = ''
|
||||
host all all 192.168.178.0/24 trust
|
||||
'';
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 5432 ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue