postgres: add attic
This commit is contained in:
parent
d21fcb99d9
commit
739195edac
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
name = "authelia";
|
||||
ensurePermissions."DATABASE authelia" = "ALL PRIVILEGES";
|
||||
}
|
||||
{
|
||||
name = "atticd";
|
||||
ensurePermissions."DATABASE atticd" = "ALL PRIVILEGES";
|
||||
}
|
||||
];
|
||||
ensureDatabases = [
|
||||
"forgejo"
|
||||
|
@ -51,6 +55,7 @@
|
|||
"miniflux"
|
||||
"grafana"
|
||||
"authelia"
|
||||
"atticd"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue