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