Update flake

This commit is contained in:
thiloho
2023-11-26 14:34:21 +01:00
parent 64e0679ee4
commit 3638553b88
2 changed files with 14 additions and 12 deletions

View File

@@ -127,6 +127,8 @@
enable = true;
package = pkgs.postgresql_15;
ensureDatabases = [ "dcbot" "hedgedoc" "todos" "gitea" ];
# ALTER DATABASE mydb OWNER TO admin;
# The user also needs to be the owner of the specific database, which cannot be declaratively set up from this module
ensureUsers = [
{
name = "hedgedoc";