From 3beaad7928d816308b5708fc66a5003655fd6e8e Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 21 Feb 2026 13:53:34 +0100 Subject: [PATCH] Derp. Type in the config. --- nix-system-configs/modules/system/teamspeak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''