Skip to content

Commit 4f8cf45

Browse files
nixos/inadyn: fix defaultText (#384773)
2 parents 7917a50 + 9d2e28a commit 4f8cf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/networking/inadyn.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ in
146146
options = {
147147
allow-ipv6 = lib.mkOption {
148148
default = config.networking.enableIPv6;
149-
defaultText = "`config.networking.enableIPv6`";
149+
defaultText = lib.literalExpression "config.networking.enableIPv6";
150150
description = "Whether to get IPv6 addresses from interfaces.";
151151
type = bool;
152152
};

0 commit comments

Comments
 (0)