Loading nixos/modules/virtualisation/oci-common.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading
nixos/modules/virtualisation/oci-common.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; }