diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix index e2dafe2a1715..be10d7ddfd21 100644 --- a/nixos/modules/system/boot/networkd.nix +++ b/nixos/modules/system/boot/networkd.nix @@ -1281,7 +1281,7 @@ let (assertValueOneOf "EmitRouter" boolValues) (assertValueOneOf "EmitTimezone" boolValues) (assertValueOneOf "BindToInterface" boolValues) - (assertValueOneOf "PersistLeases" boolValues ++ [ "runtime" ]) + (assertValueOneOf "PersistLeases" (boolValues ++ [ "runtime" ])) ]; sectionIPv6SendRA = checkUnitConfig "IPv6SendRA" [