Commit c5f99d12eda4
Changed files (1)
lib
lib/functions.nix
@@ -154,7 +154,7 @@ let
builtins.head machine.net.ips
else
x;
- forwardAgent = true;
+ forwardAgent = false;
# Disable IdentityAgent only for aomi.home (prevents yubikey prompts in TRAMP)
extraOptions = lib.optionalAttrs (x == "aomi.home") {
IdentityAgent = "none";