Unverified Commit d8f9c635 authored by Jared Baur's avatar Jared Baur
Browse files

nixos/networkd: update valid KeepConfiguration values

These changed with the release of systemd v257 from "dhcp*" to
"dynamic*".
parent 92f373c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -899,8 +899,8 @@ let
          boolValues
          ++ [
            "static"
            "dhcp-on-stop"
            "dhcp"
            "dynamic-on-stop"
            "dynamic"
          ]
        ))
      ];