mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 02:57:44 +00:00
feat: move away from cube host
This commit is contained in:
parent
07537d4889
commit
5125a31e7f
36 changed files with 97 additions and 165 deletions
10
secrets.nix
10
secrets.nix
|
@ -9,19 +9,21 @@ in {
|
|||
|
||||
"hosts/best/garage/environment.age".publicKeys = [ best ] ++ admins;
|
||||
|
||||
"hosts/best/grafana/password.age".publicKeys = [ best ] ++ admins;
|
||||
|
||||
"hosts/best/hercules/caches.age".publicKeys = [ best ] ++ admins;
|
||||
"hosts/best/hercules/credentials.age".publicKeys = [ best ] ++ admins;
|
||||
"hosts/best/hercules/secrets.age".publicKeys = [ best ] ++ admins;
|
||||
"hosts/best/hercules/token.age".publicKeys = [ best ] ++ admins;
|
||||
|
||||
"hosts/best/matrix/password.secret.age".publicKeys = [ best ] ++ admins;
|
||||
|
||||
"hosts/best/nextcloud/password.age".publicKeys = [ best ] ++ admins;
|
||||
|
||||
# cube
|
||||
"hosts/cube/id.age".publicKeys = [ cube ] ++ admins;
|
||||
"hosts/cube/password.rgb.age".publicKeys = [ cube ] ++ admins;
|
||||
|
||||
"hosts/cube/grafana/password.age".publicKeys = [ cube ] ++ admins;
|
||||
"hosts/cube/matrix/password.secret.age".publicKeys = [ cube ] ++ admins;
|
||||
"hosts/cube/nextcloud/password.age".publicKeys = [ cube ] ++ admins;
|
||||
|
||||
# disk
|
||||
"hosts/disk/id.age".publicKeys = [ disk ] ++ admins;
|
||||
"hosts/disk/password.floppy.age".publicKeys = [ disk ] ++ admins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue