mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update flake
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user