Commit e5141783 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

nixos/virtualisation: use mkDefault in networking.useNetworkd in oci-common

To make it easier to disable for those folks who don't want to use
systemd-networkd.
parent c5aab896
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;
}