mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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:
parent
92f373c902
commit
d8f9c63512
1 changed files with 2 additions and 2 deletions
|
@ -899,8 +899,8 @@ let
|
|||
boolValues
|
||||
++ [
|
||||
"static"
|
||||
"dhcp-on-stop"
|
||||
"dhcp"
|
||||
"dynamic-on-stop"
|
||||
"dynamic"
|
||||
]
|
||||
))
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue