mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 02:57:44 +00:00
feat: add best host
This commit is contained in:
parent
4f84f97dca
commit
f959f7a532
7 changed files with 118 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
let
|
||||
inherit (import ./keys.nix) cube disk nine admins all;
|
||||
inherit (import ./keys.nix) best cube disk nine admins all;
|
||||
in {
|
||||
# best
|
||||
"hosts/best/id.age".publicKeys = [ best ] ++ admins;
|
||||
"hosts/best/password.the.age".publicKeys = [ best ] ++ admins;
|
||||
|
||||
# cube
|
||||
"hosts/cube/forgejo/password.runner.age".publicKeys = [ cube ] ++ admins;
|
||||
"hosts/cube/grafana/password.age".publicKeys = [ cube ] ++ admins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue