nixos/networkd: fix eval

Broken by #330662.
This commit is contained in:
Franz Pletz 2024-11-30 07:08:18 +01:00
parent e383460f09
commit 18cf9ad14b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -733,7 +733,7 @@ let
(assertValueOneOf "IPv4AcceptLocal" boolValues)
(assertValueOneOf "IPv4RouteLocalnet" boolValues)
(assertValueOneOf "IPv4ProxyARP" boolValues)
(assertValueOneof "IPv4ProxyARPPrivateVLAN" boolValues)
(assertValueOneOf "IPv4ProxyARPPrivateVLAN" boolValues)
(assertValueOneOf "IPv6ProxyNDP" boolValues)
(assertValueOneOf "IPv6SendRA" boolValues)
(assertValueOneOf "DHCPPrefixDelegation" boolValues)