summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2026-03-27 15:05:17 +0530
committersinanmohd <sinan@sinanmohd.com>2026-03-27 15:05:17 +0530
commita06ffd451a59948e2b927dd9bd75cf2a1c889273 (patch)
treeb6ac73e9f55282b02ed3ac83ab9e484354b5dc35
parent3d5b4849fe3dc86fdb00aeb6d041ef23105ae67b (diff)
chore(os/kay/headscale): update headplane agent nameHEADmaster
-rw-r--r--os/kay/modules/network/headscale/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/kay/modules/network/headscale/default.nix b/os/kay/modules/network/headscale/default.nix
index b6766c5..fa76379 100644
--- a/os/kay/modules/network/headscale/default.nix
+++ b/os/kay/modules/network/headscale/default.nix
@@ -177,6 +177,7 @@ in
};
integration.agent = {
enabled = true;
+ host_name = "headplane";
pre_authkey_path = config.sops.secrets."headplane/preauth_key".path;
};
};