i really tried

This commit is contained in:
zack 2024-10-21 20:46:10 -04:00
parent e157c1ff73
commit 7248fc5552
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -133,7 +133,7 @@
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
User = config.services.postgresql.superUser;
User = "root";
};
script = ''
${optionalString (cfg.phx.database.passwordFile != null) ''