Fix infinite recursion introduced by f3c32cb2c1
This commit is contained in:
@@ -85,7 +85,7 @@ in
|
|||||||
|
|
||||||
forwardX11 = mkOption {
|
forwardX11 = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = cfgc.setXAuthLocation;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to allow X11 connections to be forwarded.
|
Whether to allow X11 connections to be forwarded.
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user