mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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
|
boolValues
|
||||||
++ [
|
++ [
|
||||||
"static"
|
"static"
|
||||||
"dhcp-on-stop"
|
"dynamic-on-stop"
|
||||||
"dhcp"
|
"dynamic"
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue