feat: start implementation of package for mydia
This commit is contained in:
parent
2d3da197ee
commit
06cd3dd1ac
11 changed files with 1134 additions and 22 deletions
|
|
@ -59,7 +59,7 @@ in
|
|||
}))
|
||||
|> lib.mergeAttrsList
|
||||
|> (set: set // {
|
||||
postgres = {
|
||||
postgresql = {
|
||||
ensureDatabases = cfg |> lib.attrNames;
|
||||
ensureUsers = cfg |> lib.attrNames |> lib.map (service: {
|
||||
name = service;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue