diff options
| author | tv <tv@krebsco.de> | 2026-07-09 20:03:09 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-07-09 20:03:09 +0200 |
| commit | b8cd5cfc79b964351271470ca99a9a2da430aaf2 (patch) | |
| tree | 7261893a2c570406545f9f701979f2febfdd6501 /configs/ssh.nix | |
| parent | d5d4ac434f81d6525ccfc3ab8fbfc1ec2dd4292c (diff) | |
treewide: s/(pkgs)\.xorg\>/\1/g
Diffstat (limited to 'configs/ssh.nix')
| -rw-r--r-- | configs/ssh.nix | 2 |
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"} |
