mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
Fix infinite recursion introduced by f3c32cb2c1
This commit is contained in:
parent
9e363a752f
commit
520cb14f16
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue