Derp. Type in the config.

This commit is contained in:
Root User 2026-02-21 13:53:34 +01:00
parent 891f974404
commit 3beaad7928
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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 ''