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
commit 61ead0290d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}