···50 if (config.boot.isContainer == false)
51 then
52 # Trust udev when not in the container
53- [ (subsystemDevice dev) ]
54 else
55 # When in the container, check whether the interface is built from other definitions
56 if (hasAttr dev cfg.bridges) ||
···333334 createSitDevice = n: v: nameValuePair "${n}-netdev"
335 (let
336- deps = optionals (v.dev != null) (deviceDependency v.dev);
337 in
338 { description = "6-to-4 Tunnel Interface ${n}";
339 wantedBy = [ "network-setup.service" (subsystemDevice n) ];
···50 if (config.boot.isContainer == false)
51 then
52 # Trust udev when not in the container
53+ optional (dev != null) (subsystemDevice dev)
54 else
55 # When in the container, check whether the interface is built from other definitions
56 if (hasAttr dev cfg.bridges) ||
···333334 createSitDevice = n: v: nameValuePair "${n}-netdev"
335 (let
336+ deps = deviceDependency v.dev;
337 in
338 { description = "6-to-4 Tunnel Interface ${n}";
339 wantedBy = [ "network-setup.service" (subsystemDevice n) ];