nixos/networking: improve vlan service description

VLAN is an abbreviation, so let's not write Vlan.
This commit is contained in:
Bjørn Forsman
2024-10-04 22:07:18 +02:00
parent e8da2c8981
commit 20a3012813

View File

@@ -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" ];