Fixed SSH-Key for Git
Some checks failed
/ Check Nix Flake (push) Has been cancelled

This commit is contained in:
kB01 2025-11-01 19:43:15 +01:00
parent 0b190f8e4c
commit d4803d1aa1
No known key found for this signature in database

View file

@ -97,7 +97,7 @@
programs.ssh.matchBlocks."kb01@kb-one-git" = {
host = "git.kb-one.de";
user = "git";
identityFile = "~/.ssh/id_ed25519_sk_rk_kb-ssh@m1ni";
identityFile = "~/.ssh/id_ed25519_sk_rk_kb-git@m1ni";
port = 9522;
};
programs.ssh.matchBlocks."kb01@0x90-git" = {