nixos/virtualisation: use mkDefault in networking.useNetworkd in oci-common
To make it easier to disable for those folks who don't want to usesystemd-networkd.
Thiago Kenji Okada 2 years ago e5141783 c5aab896
··· 56 56 57 57 # Otherwise the instance may not have a working network-online.target, 58 58 # making the fetch-ssh-keys.service fail 59 59 - networking.useNetworkd = true; 59 59 + networking.useNetworkd = lib.mkDefault true; 60 60 }