Unverified Commit c38aa540 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

nixos/networking: fix macvlan service description (#346507)

parents fa8300f5 20a30128
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];
@@ -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" ];