hosts/nbg-01/default.nix: add radon ssh key

This commit is contained in:
2025-07-10 17:29:54 -07:00
parent bd4fb72038
commit bde81167d9

View File

@@ -8,5 +8,6 @@
base.userSSHKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDt43wa3heh97BfsDk+3RMteIltWOHcEKJdohasSjRif etorres@xenon"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICEAPw4dzYQD0oMZnSBFmFlHvKvUadO705OwQKtrnQ46 etorres@radon"
];
}