nixos/virtualisation: use systemd-networkd for OCI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user