Start wgautomesh after backplane network
This commit is contained in:
parent
220cc229c1
commit
01b1654639
1 changed files with 8 additions and 1 deletions
|
@ -54,5 +54,12 @@ in
|
|||
}) reachableHosts;
|
||||
};
|
||||
};
|
||||
systemd.services.wgautomesh.requires = [ "wireguard-wg-backplane.service" ];
|
||||
systemd.services.wgautomesh =
|
||||
let
|
||||
wgInterface = [ "wireguard-wg-backplane.service" ];
|
||||
in
|
||||
{
|
||||
requires = wgInterface;
|
||||
after = wgInterface;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue