i really tried
This commit is contained in:
parent
e157c1ff73
commit
7248fc5552
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
User = config.services.postgresql.superUser;
|
User = "root";
|
||||||
};
|
};
|
||||||
script = ''
|
script = ''
|
||||||
${optionalString (cfg.phx.database.passwordFile != null) ''
|
${optionalString (cfg.phx.database.passwordFile != null) ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue