nixos/networkd: update valid KeepConfiguration values (#395621)

This commit is contained in:
Philip Taron 2025-06-05 16:17:48 -07:00 committed by GitHub
commit 1755d9399b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -905,8 +905,8 @@ let
boolValues boolValues
++ [ ++ [
"static" "static"
"dhcp-on-stop" "dynamic-on-stop"
"dhcp" "dynamic"
] ]
)) ))
]; ];