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" ]; }