1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-11 02:15:21 +09:00

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
Signed by: github
GPG key ID: B5690EEEBB952194

View file

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