How to use postgresql in nixos
I've installed PostgreSQL: nix-env -iA nixos.postgresql Now when I use psql, I get: psql: error: connection to server on socket "/run/postgresql/.s.PGSQL.5432" failed: No such file or directory Is the server running locally and accepting connections on that socket? Must I…