0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/networking: fix macvlan service description

Fix copy pasta from the vlan service: Vlan -> MACVLAN
This commit is contained in:
Bjørn Forsman 2024-10-04 22:05:42 +02:00
parent f207b543e2
commit e8da2c8981

View file

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