1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +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
++ [
"static"
"dhcp-on-stop"
"dhcp"
"dynamic-on-stop"
"dynamic"
]
))
];