services/grafana: init
This commit is contained in:
parent
afafd02d9a
commit
bbe481be8a
2 changed files with 66 additions and 0 deletions
|
@ -27,6 +27,7 @@ in {
|
|||
|
||||
ensureDatabases = [
|
||||
"git"
|
||||
"grafana"
|
||||
];
|
||||
|
||||
ensureUsers = [
|
||||
|
@ -44,6 +45,10 @@ in {
|
|||
name = "git";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "grafana";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
settings = {
|
||||
# taken from https://pgconfigurator.cybertec.at/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue