nixos/networkd: update valid KeepConfiguration values

These changed with the release of systemd v257 from "dhcp*" to
"dynamic*".
This commit is contained in:
Jared Baur
2025-04-02 16:27:33 -07:00
parent 92f373c902
commit d8f9c63512

View File

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