Unverified Commit 61ead029 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #257900 from thiagokokada/oci-useNetworkd-default-but-optional

nixos/virtualisation: use mkDefault in networking.useNetworkd in oci-common
parents 86346a0b e5141783
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,5 +56,5 @@ in

  # Otherwise the instance may not have a working network-online.target,
  # making the fetch-ssh-keys.service fail
  networking.useNetworkd = true;
  networking.useNetworkd = lib.mkDefault true;
}