Added entry in secrets.nix for grafana
This commit is contained in:
parent
9aeb7313b4
commit
fd3beade9b
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,10 @@ let
|
|||
wheatly
|
||||
];
|
||||
|
||||
grafana = [
|
||||
kitt
|
||||
];
|
||||
|
||||
# these need dns stuff
|
||||
webservers =
|
||||
[
|
||||
|
@ -150,4 +154,7 @@ in {
|
|||
"bitwarden/id.age".publicKeys = users ++ bitwarden;
|
||||
"bitwarden/secret.age".publicKeys = users ++ bitwarden;
|
||||
"bitwarden/details.age".publicKeys = users ++ bitwarden;
|
||||
|
||||
# grafana
|
||||
"grafana/pw.age".publicKeys = users++ grafana;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue