nixos/inadyn: fix defaultText
This commit is contained in:
parent
b07c16e4e9
commit
9d2e28a82e
@ -146,7 +146,7 @@ in
|
||||
options = {
|
||||
allow-ipv6 = lib.mkOption {
|
||||
default = config.networking.enableIPv6;
|
||||
defaultText = "`config.networking.enableIPv6`";
|
||||
defaultText = lib.literalExpression "config.networking.enableIPv6";
|
||||
description = "Whether to get IPv6 addresses from interfaces.";
|
||||
type = bool;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user