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

nixos/virtualisation: use systemd-networkd for OCI

parent 5eae6db9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
}