Rebase to flake parts #11
This commit is contained in:
@@ -55,10 +55,10 @@
|
||||
);
|
||||
|
||||
# Must come before inventory `Host` blocks and before `Host *`: LAN Gitea SSH is not a catalog PC,
|
||||
# and `Host *` sets `IdentityAgent none` — without this, git@192.168.2.103 never sees rbw keys.
|
||||
# and `Host *` sets `IdentityAgent none` — without this, git@nix-server never sees rbw keys.
|
||||
giteaSshBlock = identityAgent: ''
|
||||
Host git.chiasson.cloud gitea casaos 192.168.2.103
|
||||
HostName 192.168.2.103
|
||||
Host git.chiasson.cloud gitea nix-server 192.168.2.238
|
||||
HostName 192.168.2.238
|
||||
Port 222
|
||||
User git
|
||||
IdentityAgent ${identityAgent}
|
||||
|
||||
Reference in New Issue
Block a user