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

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
No known key found for this signature in database

View file

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