diff --git a/lib/fudo/postgres.nix b/lib/fudo/postgres.nix index 11b3065..cb55446 100644 --- a/lib/fudo/postgres.nix +++ b/lib/fudo/postgres.nix @@ -435,7 +435,6 @@ in { ${pkgs.postgresql}/bin/psql --port ${ toString config.services.postgresql.port } -d postgres -f ${extra-settings-sql} - # chgrp ${cfg.socket-group} ${cfg.socket-directory}/.s.PGSQL* ''; }; };