Derp. Type in the config.
This commit is contained in:
parent
891f974404
commit
3beaad7928
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# PostgreSQL for the Relay
|
# PostgreSQL for the Relay
|
||||||
config.services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ensureDatabases = ["discord-mautrix"];
|
ensureDatabases = ["discord-mautrix"];
|
||||||
authentication = pkgs.lib.mkOverride 10 ''
|
authentication = pkgs.lib.mkOverride 10 ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue