Upgrade inputs to 24.11 #16
1 changed files with 8 additions and 1 deletions
|
@ -54,5 +54,12 @@ in
|
||||||
}) reachableHosts;
|
}) reachableHosts;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services.wgautomesh.requires = [ "wireguard-wg-backplane.service" ];
|
systemd.services.wgautomesh =
|
||||||
|
let
|
||||||
|
wgInterface = [ "wireguard-wg-backplane.service" ];
|
||||||
|
in
|
||||||
|
{
|
||||||
|
requires = wgInterface;
|
||||||
|
after = wgInterface;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue