Loading nixos/modules/tasks/network-interfaces-scripted.nix +2 −2 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ let (let deps = deviceDependency v.interface; in { description = "Vlan Interface ${n}"; { description = "MACVLAN Interface ${n}"; wantedBy = [ "network-setup.service" (subsystemDevice n) ]; bindsTo = deps; partOf = [ "network-setup.service" ]; Loading Loading @@ -567,7 +567,7 @@ let (let deps = deviceDependency v.interface; in { description = "Vlan Interface ${n}"; { description = "VLAN Interface ${n}"; wantedBy = [ "network-setup.service" (subsystemDevice n) ]; bindsTo = deps; partOf = [ "network-setup.service" ]; Loading Loading
nixos/modules/tasks/network-interfaces-scripted.nix +2 −2 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ let (let deps = deviceDependency v.interface; in { description = "Vlan Interface ${n}"; { description = "MACVLAN Interface ${n}"; wantedBy = [ "network-setup.service" (subsystemDevice n) ]; bindsTo = deps; partOf = [ "network-setup.service" ]; Loading Loading @@ -567,7 +567,7 @@ let (let deps = deviceDependency v.interface; in { description = "Vlan Interface ${n}"; { description = "VLAN Interface ${n}"; wantedBy = [ "network-setup.service" (subsystemDevice n) ]; bindsTo = deps; partOf = [ "network-setup.service" ]; Loading