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";
|
name = "authelia";
|
||||||
ensurePermissions."DATABASE authelia" = "ALL PRIVILEGES";
|
ensurePermissions."DATABASE authelia" = "ALL PRIVILEGES";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "atticd";
|
||||||
|
ensurePermissions."DATABASE atticd" = "ALL PRIVILEGES";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
ensureDatabases = [
|
ensureDatabases = [
|
||||||
"forgejo"
|
"forgejo"
|
||||||
|
@ -51,6 +55,7 @@
|
||||||
"miniflux"
|
"miniflux"
|
||||||
"grafana"
|
"grafana"
|
||||||
"authelia"
|
"authelia"
|
||||||
|
"atticd"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue