feat: nix: start headplane after headscale

This commit is contained in:
Igor Ramazanov 2025-03-11 16:18:53 +00:00
parent 60d399940f
commit af733eb311

View File

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