tangled
alpha
login
or
join now
folospior.dev
/
dotfiles
1
fork
atom
My dotfiles (written in Nix, btw!) ❄
1
fork
atom
overview
issues
pulls
pipelines
postgres tcp/ip
folospior.dev
1 year ago
3ad7bdbe
4c81bcbe
+1
1 changed file
expand all
collapse all
unified
split
system
postgresql.nix
+1
system/postgresql.nix
···
1
1
{...}: {
2
2
services.postgresql = {
3
3
enable = true;
4
4
+
enableTCPIP = true;
4
5
};
5
6
}