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
pumpkin: wireshark: enable
[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..8a52745dcd19fc588d80c4a19065e1cfba750796 100644
(file)
--- a/
home-manager/profiles/ssh.nix
+++ b/
home-manager/profiles/ssh.nix
@@
-1,5
+1,6
@@
+{ lib, ... }:
{
programs.ssh = {
- forwardAgent =
tru
e;
+ forwardAgent =
lib.mkDefault fals
e;
};
}