adsd user to ssh config
This commit is contained in:
parent
2b74cf80e2
commit
2e46781189
|
@ -13,6 +13,7 @@
|
|||
enable = true;
|
||||
matchBlocks = {
|
||||
"git.bitlab21.com" = {
|
||||
user = "sam";
|
||||
identitiesOnly = true;
|
||||
identityFile = [ "~/.ssh/deploy_key-ssh-ed25519" ];
|
||||
};
|
||||
|
@ -46,4 +47,3 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue