diff --git a/nix-system-configs/modules/system/teamspeak.nix b/nix-system-configs/modules/system/teamspeak.nix index c7b8175..17df572 100644 --- a/nix-system-configs/modules/system/teamspeak.nix +++ b/nix-system-configs/modules/system/teamspeak.nix @@ -103,7 +103,7 @@ in { }; }; # PostgreSQL for the Relay - config.services.postgresql = { + services.postgresql = { enable = true; ensureDatabases = ["discord-mautrix"]; authentication = pkgs.lib.mkOverride 10 ''