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

nixos/virtualisation: use mkDefault in networking.useNetworkd in oci-common
This commit is contained in:
Thiago Kenji Okada
2023-09-28 23:17:31 +01:00
committed by GitHub
+1 -1
View File
@@ -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;
}