Merge pull request #92903 from eadwu/networkd/fix-field-usedns
nixos/networkd: correct DHCPv6 UseDNS field
This commit is contained in:
commit
ee472d5811
|
@ -302,7 +302,7 @@ let
|
|||
|
||||
checkDhcpV6 = checkUnitConfig "DHCPv6" [
|
||||
(assertOnlyFields [
|
||||
"UseDns" "UseNTP" "RapidCommit" "ForceDHCPv6PDOtherInformation"
|
||||
"UseDNS" "UseNTP" "RapidCommit" "ForceDHCPv6PDOtherInformation"
|
||||
"PrefixDelegationHint"
|
||||
])
|
||||
(assertValueOneOf "UseDNS" boolValues)
|
||||
|
|
Loading…
Reference in New Issue