Skip to content

Commit

Permalink
nixos/networking: improve vlan service description
Browse files Browse the repository at this point in the history
VLAN is an abbreviation, so let's not write Vlan.
  • Loading branch information
bjornfor committed Oct 4, 2024
1 parent e8da2c8 commit 20a3012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/tasks/network-interfaces-scripted.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 20a3012

Please sign in to comment.