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

nixos/networking: improve vlan service description

VLAN is an abbreviation, so let's not write Vlan.
parent e8da2c89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];