Fixed the SSH and SDDM issue

This commit is contained in:
Alexandre 2025-12-14 19:26:27 +01:00
parent 3d77342df0
commit d48c0cefb2

View File

@ -2,5 +2,10 @@
# The OpenSSH agent
programs.ssh = {
startAgent = true;
extraConfig = ''
# Test if github.com works with ssh for cloning
Host github.com
IdentityFile ~/.ssh/github
'';
};
}