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

chore: migrate disk host

This commit is contained in:
RGBCube 2025-02-22 22:00:52 +03:00
parent ba5c91ceae
commit 08061fb6e2
21 changed files with 194 additions and 60 deletions

View file

@ -1,6 +1,10 @@
let
inherit (import ./keys.nix) nine admins all;
inherit (import ./keys.nix) disk nine admins all;
in {
# disk
"hosts/disk/password.floppy.age".publicKeys = [ disk ] ++ admins;
"hosts/disk/id.age".publicKeys = [ disk ] ++ admins;
# nine
"hosts/nine/id.age".publicKeys = [ nine ] ++ admins;
"hosts/nine/password.seven.age".publicKeys = [ nine ] ++ admins;