From b8cd5cfc79b964351271470ca99a9a2da430aaf2 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 9 Jul 2026 20:03:09 +0200 Subject: treewide: s/(pkgs)\.xorg\>/\1/g --- configs/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/ssh.nix') 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"} -- cgit v1.3.1