Merge pull request #278500 from Ten0/fix_avahi_ipv6_defaultText

nixos/avahi: fix incorrect defaultText of nixos option services.avahi.ipv6

authored by

Lin Jian and committed by
GitHub
c55537aa dcfbff94

-1
-1
nixos/modules/services/networking/avahi-daemon.nix
··· 95 ipv6 = mkOption { 96 type = types.bool; 97 default = false; 98 - defaultText = literalExpression "config.networking.enableIPv6"; 99 description = lib.mdDoc "Whether to use IPv6."; 100 }; 101
··· 95 ipv6 = mkOption { 96 type = types.bool; 97 default = false; 98 description = lib.mdDoc "Whether to use IPv6."; 99 }; 100