Remove ref to socket-group, which no longer exists

This commit is contained in:
niten 2025-01-28 22:18:06 -08:00
parent caf1a162db
commit bcb2bdf9eb

View File

@ -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*
'';
};
};