nixos/networkd: add dhcpServerConfig.PersistLeases option (#353189)

This commit is contained in:
Franz Pletz 2024-11-30 06:46:51 +01:00 committed by GitHub
commit e383460f09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1039,6 +1039,7 @@ let
"BootServerName"
"BootFilename"
"IPv6OnlyPreferredSec"
"PersistLeases"
])
(assertInt "PoolOffset")
(assertMinimum "PoolOffset" 0)
@ -1053,6 +1054,7 @@ let
(assertValueOneOf "EmitRouter" boolValues)
(assertValueOneOf "EmitTimezone" boolValues)
(assertValueOneOf "BindToInterface" boolValues)
(assertValueOneOf "PersistLeases" boolValues)
];
sectionIPv6SendRA = checkUnitConfig "IPv6SendRA" [