nixos/virtualisation: use systemd-networkd for OCI

This commit is contained in:
Thiago Kenji Okada
2023-09-21 22:57:39 +01:00
parent 5eae6db9e3
commit cd67657ae2
@@ -53,4 +53,8 @@ in
networking.timeServers = [ "169.254.169.254" ];
services.openssh.enable = true;
# Otherwise the instance may not have a working network-online.target,
# making the fetch-ssh-keys.service fail
networking.useNetworkd = true;
}