Commit e8da2c89 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

nixos/networking: fix macvlan service description

Fix copy pasta from the vlan service: Vlan -> MACVLAN
parent f207b543
Loading
Loading
Loading
Loading
+1 −1
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" ];