reformat and restructure
This commit is contained in:
parent
cbb12c73e7
commit
dc6b3805f6
20 changed files with 173 additions and 158 deletions
|
|
@ -38,10 +38,18 @@ in
|
|||
"grafana_basic_auth.age".publicKeys = users ++ [ _monitoring ];
|
||||
"pve-exporter.age".publicKeys = users ++ [ _monitoring ];
|
||||
|
||||
"postgres-matrix-synapse.age".publicKeys = users ++ [ _sql _matrix ];
|
||||
"postgres-hedgedoc.age".publicKeys = users ++ [ _sql _md ];
|
||||
"postgres-grafana.age".publicKeys = users ++ [ _sql _monitoring ];
|
||||
"postgres-matrix-synapse.age".publicKeys = users ++ [
|
||||
_sql
|
||||
_matrix
|
||||
];
|
||||
"postgres-hedgedoc.age".publicKeys = users ++ [
|
||||
_sql
|
||||
_md
|
||||
];
|
||||
"postgres-grafana.age".publicKeys = users ++ [
|
||||
_sql
|
||||
_monitoring
|
||||
];
|
||||
|
||||
"www-staging-htpasswd.age".publicKeys = users ++ [ _www ];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue