[NixOS] Make railbird-sf a runner

This commit is contained in:
2023-11-19 22:02:16 -07:00
parent bad70fb304
commit 9bdd9868be
3 changed files with 6 additions and 1 deletions

View File

@@ -42,4 +42,7 @@ rec {
];
agenixKeys = hostKeys ++ kanivanKeys;
allKeys = loewyKeys ++ mikeKeys ++ kanivanKeys ++ deanKeys ++ alexKeys ++ hostKeys;
railbird-sf = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDozY/3Cd9npaYPCgIn/E7MjW9c7Zb5/wTO5Qi7yRU45 root@railbird-sf"
];
}