nixos/networkd: update valid KeepConfiguration values
These changed with the release of systemd v257 from "dhcp*" to "dynamic*".
This commit is contained in:
@@ -899,8 +899,8 @@ let
|
|||||||
boolValues
|
boolValues
|
||||||
++ [
|
++ [
|
||||||
"static"
|
"static"
|
||||||
"dhcp-on-stop"
|
"dynamic-on-stop"
|
||||||
"dhcp"
|
"dynamic"
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user