mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed the SSH and SDDM issue
This commit is contained in:
parent
3d77342df0
commit
d48c0cefb2
@ -2,5 +2,10 @@
|
|||||||
# The OpenSSH agent
|
# The OpenSSH agent
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
startAgent = true;
|
startAgent = true;
|
||||||
|
extraConfig = ''
|
||||||
|
# Test if github.com works with ssh for cloning
|
||||||
|
Host github.com
|
||||||
|
IdentityFile ~/.ssh/github
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user