sourcephile
/
git
/
julm
/
julm-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nix: improve desktop responsiveness when updating the system
[julm/julm-nix.git]
/
home-manager
/
profiles
/
ssh.nix
diff --git
a/home-manager/profiles/ssh.nix
b/home-manager/profiles/ssh.nix
index 0e60f351d7208b0542c1b312da91bad84c4cdd86..372e596ff4f044dedcd28b159f9f18480703c3c3 100644
(file)
--- a/
home-manager/profiles/ssh.nix
+++ b/
home-manager/profiles/ssh.nix
@@
-1,5
+1,5
@@
{
programs.ssh = {
- forwardAgent =
tru
e;
+ forwardAgent =
fals
e;
};
}