adsd user to ssh config

This commit is contained in:
Sam 2024-05-28 21:04:15 +01:00
parent 2b74cf80e2
commit 2e46781189
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}