mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/networkd: update valid KeepConfiguration values (#395621)
This commit is contained in:
commit
1755d9399b
1 changed files with 2 additions and 2 deletions
|
@ -905,8 +905,8 @@ let
|
||||||
boolValues
|
boolValues
|
||||||
++ [
|
++ [
|
||||||
"static"
|
"static"
|
||||||
"dhcp-on-stop"
|
"dynamic-on-stop"
|
||||||
"dhcp"
|
"dynamic"
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue