hotfixing

This commit is contained in:
2025-11-16 01:01:00 -06:00
parent 5a6d128787
commit f20ef5576a
2 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -50,10 +50,14 @@
enable = true;
dataDir = opts.dataDir;
settings.port = opts.port;
identMap = ''
postgres roy postgres
two roy freakonomics
'';
};
systemd.services.bootstrap-psql = {
description = "Minio bootstrap users, policies, buckets";
description = "Bootstrap psql dbs and users";
after = [ "postgresql.service" ];
requires = [ "postgresql.service" ];
wantedBy = [ "multi-user.target" ];