Update db tables

This commit is contained in:
thiloho
2023-11-07 18:29:45 +01:00
parent d5f39dfc14
commit 6a91a9bd1c

View File

@@ -13,7 +13,7 @@
services.postgresql = {
enable = true;
package = pkgs.postgresql_15;
ensureDatabases = [ "dcbot" ];
ensureDatabases = [ "dcbot" "todos" ];
authentication = pkgs.lib.mkOverride 10 ''
#type database DBuser auth-method
local all all trust