Fix laptop ssh config

This commit is contained in:
BuyMyMojo 2025-04-04 13:12:14 +11:00
parent bbca96d4fc
commit be9f18ddd3
Signed by untrusted user who does not match committer: aria
GPG key ID: 7099C0CE0FDCEA69

View file

@ -79,7 +79,7 @@
programs.ssh.matchBlocks = { programs.ssh.matchBlocks = {
"*" = { "*" = {
identityFile = "/home/buymymojo/.ssh/id_ed25519"; identityFile = "/home/aria/.ssh/id_ed25519";
}; };
}; };