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