ssh: Don't set xauth if not running xserver
This commit is contained in:
parent
6e086caa8a
commit
6c6d7dc11d
@ -31,7 +31,7 @@ in
|
|||||||
|
|
||||||
setXAuthLocation = mkOption {
|
setXAuthLocation = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = config.services.xserver.enable;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to set the path to <command>xauth</command> for X11-forwarded connections.
|
Whether to set the path to <command>xauth</command> for X11-forwarded connections.
|
||||||
This causes a dependency on X11 packages.
|
This causes a dependency on X11 packages.
|
||||||
|
Loading…
Reference in New Issue
Block a user