mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/networking: fix macvlan service description
Fix copy pasta from the vlan service: Vlan -> MACVLAN
This commit is contained in:
parent
f207b543e2
commit
e8da2c8981
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue