1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Forgot to add altk to secrets.nix

This commit is contained in:
RGBCube 2024-06-26 18:18:37 +03:00
parent bf22bf812b
commit ba59a60a6e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -1,4 +1,8 @@
with import ./keys.nix; {
# altk
"hosts/altk/id.age".publicKeys = admins;
"hosts/altk/password.said.age".publicKeys = admins;
# cube
"hosts/cube/id.age".publicKeys = [ cube ] ++ admins;
"hosts/cube/password.rgb.age".publicKeys = [ cube ] ++ admins;