mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
users/foo-dogsquared: add SSH config for self-hosted setups
This commit is contained in:
parent
d7cc9f412c
commit
e321e03204
14
users/home-manager/foo-dogsquared/config/ssh/self-hosted
Normal file
14
users/home-manager/foo-dogsquared/config/ssh/self-hosted
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Host plover.foodogsquared.one
|
||||||
|
IdentityFile ~/.ssh/work
|
||||||
|
User plover
|
||||||
|
|
||||||
|
Host woodcock.foodogsquared.one
|
||||||
|
IdentityFile ~/.ssh/woodcock.foodogsquared.one
|
||||||
|
User woodcock
|
||||||
|
|
||||||
|
Host quail.foodogsquared.one
|
||||||
|
IdentityFile ~/.ssh/quail.foodogsquared.one
|
||||||
|
User quail
|
||||||
|
|
||||||
|
Host code.foodogsquared.one
|
||||||
|
IdentityFile ~/.ssh/code.foodogsquared.one-foodogsquared
|
@ -14,6 +14,14 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Make all of the initial SSH identities configuration here. It should assume
|
||||||
|
# I have other SSH identities configuration that are not committed here for
|
||||||
|
# whatever reason.
|
||||||
|
home.file.".ssh/config.d" = {
|
||||||
|
source = ../config/ssh;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
|
||||||
# My GPG client. It has to make sure the keys are not generated and has to be
|
# My GPG client. It has to make sure the keys are not generated and has to be
|
||||||
# backed up somewhere.
|
# backed up somewhere.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user