feat: nix: start headplane after headscale
This commit is contained in:
parent
60d399940f
commit
af733eb311
@ -32,8 +32,7 @@ in {
|
|||||||
description = "Headscale Web UI";
|
description = "Headscale Web UI";
|
||||||
|
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
# TODO: Integrate with `headscale` service.
|
after = ["network.target" "headscale.service"];
|
||||||
after = ["network.target"];
|
|
||||||
|
|
||||||
environment = mapAttrs (_: toString) cfg.settings;
|
environment = mapAttrs (_: toString) cfg.settings;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user