nixos-config/configs/home-manager/foo-dogsquared/config/ssh/self-hosted
Gabriel Arazas 0760acb676
configs: consolidate NixOS and home-manager config into one configs folder
Now we're going beyond these structuring as we might have to accomodate
non-system configurations like Nixvim.
2024-01-15 07:45:43 +08:00

15 lines
386 B
Plaintext

Host plover.foodogsquared.one
IdentityFile ~/.ssh/keys/plover.foodogsquared.one
User plover
Host woodcock.foodogsquared.one
IdentityFile ~/.ssh/keys/woodcock.foodogsquared.one
User woodcock
Host quail.foodogsquared.one
IdentityFile ~/.ssh/keys/quail.foodogsquared.one
User quail
Host code.foodogsquared.one
IdentityFile ~/.ssh/keys/code.foodogsquared.one-foodogsquared