0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/networkd: update valid KeepConfiguration values

These changed with the release of systemd v257 from "dhcp*" to
"dynamic*".

(cherry picked from commit d8f9c63512)
This commit is contained in:
Jared Baur 2025-04-02 16:27:33 -07:00 committed by github-actions[bot]
parent 1f5b7d22e5
commit d6822a8edf

View file

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