From 8219a18608a6b0e7b7ed7078229cc28350af403b Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 4 Jan 2026 23:15:30 +0100 Subject: [PATCH] nixos/networkd: fix eval after #469143 --- nixos/modules/system/boot/networkd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" [