missing pacro

This commit is contained in:
soraefir
2026-05-06 01:55:25 +02:00
parent 710def3ea3
commit f3fcb320be

View File

@@ -24,6 +24,7 @@ in {
};
systemd.services.postgresql.postStart = lib.mkAfter ''
PSQL="${pkgs.postgresql}/bin/psql"
${lib.concatMapStringsSep "\n" (name: ''
$PSQL -tAc "ALTER DATABASE ${name}_db OWNER TO ${name}_user;"