Add vscode extension and db table

This commit is contained in:
thiloho
2023-11-07 18:27:37 +01:00
parent bdf2f802c0
commit d5f39dfc14
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,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