summaryrefslogtreecommitdiffstats
path: root/configs/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/ssh.nix')
-rw-r--r--configs/ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ssh.nix b/configs/ssh.nix
index 0dda6e5..031b285 100644
--- a/configs/ssh.nix
+++ b/configs/ssh.nix
@@ -4,7 +4,7 @@
AddressFamily ${if config.networking.enableIPv6 then "any" else "inet"}
${lib.optionalString config.programs.ssh.setXAuthLocation ''
- XAuthLocation ${pkgs.xorg.xauth}/bin/xauth
+ XAuthLocation ${pkgs.xauth}/bin/xauth
''}
ForwardX11 ${if config.programs.ssh.forwardX11 then "yes" else "no"}