3
0
Fork 0
forked from mirrors/nixpkgs

Fix infinite recursion introduced by f3c32cb2c1

This commit is contained in:
Eelco Dolstra 2016-09-05 18:17:22 +02:00
parent 9e363a752f
commit 520cb14f16

View file

@ -85,7 +85,7 @@ in
forwardX11 = mkOption {
type = types.bool;
default = cfgc.setXAuthLocation;
default = false;
description = ''
Whether to allow X11 connections to be forwarded.
'';