1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 02:57:44 +00:00

feat: add garage to best

This commit is contained in:
RGBCube 2025-02-26 00:35:06 +03:00
parent 2791c4b23b
commit 7b953a5bed
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 56 additions and 1 deletions

View file

@ -5,7 +5,9 @@ in {
"hosts/best/id.age".publicKeys = [ best ] ++ admins;
"hosts/best/password.the.age".publicKeys = [ best ] ++ admins;
"hosts/best/nix-serve/key.age".publicKeys = [ best ] ++ admins;
"hosts/best/garage/environment.age".publicKeys = [ best ] ++ admins;
"hosts/best/nix-serve/key.age".publicKeys = [ best ] ++ admins;
# cube
"hosts/cube/id.age".publicKeys = [ cube ] ++ admins;