From df43950cb7dd43621de52009110abb0f9aa14e53 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 18 Jun 2022 19:48:22 +0200 Subject: [PATCH] VEGAS/containers@soda: wait for the vmdefault interface --- hosts/VEGAS/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index 03fb0d7..a86ea37 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -85,5 +85,5 @@ isReadOnly = false; }; }; - systemd.services."container@soda".after = [ "libvirtd.service" ]; + systemd.services."container@soda".after = [ "libvirtd.service" "sys-devices-virtual-net-vmdefault.device" ]; }