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
|
||||
++ [
|
||||
"static"
|
||||
"dhcp-on-stop"
|
||||
"dhcp"
|
||||
"dynamic-on-stop"
|
||||
"dynamic"
|
||||
]
|
||||
))
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user