nx2site002 (unready)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-15 14:10:48 +01:00
parent e26ac7cbe2
commit 6a7d8fe4be
6 changed files with 193 additions and 32 deletions

View File

@@ -23,7 +23,7 @@
# recoveryConfig = null;
ensureDatabases = [
"gitea"
# "vaultwarden"
"vaultwarden"
];
settings = {
port = 5432; # default
@@ -48,7 +48,11 @@
{
# as liong as there is no declarative user management you gotta set a pw by hand
# sudo -u postgres psql -c "ALTER USER gitea PASSWORD 'new-passwd';"
name = "gitea";
name = "gitea";
ensureDBOwnership = true;
}
{
name = "vaultwarden";
ensureDBOwnership = true;
}
];