update flake. update pkgs. new hp api
All checks were successful
Build tests / build-hosts (pull_request) Successful in 3m51s
Flake check / flake-check (pull_request) Successful in 3m50s

This commit is contained in:
sid 2026-04-15 22:23:01 +02:00
parent 9721481a69
commit b29b0895a5
8 changed files with 33 additions and 33 deletions

View file

@ -45,10 +45,10 @@ in
url = "http://127.0.0.1:${toString headscale.port}";
public_url = headscale.settings.server_url;
config_path = "/etc/headscale/config.yaml";
api_key_path = config.sops.secrets."headplane/api_key".path;
};
integration.agent = {
enabled = mkDefault true;
pre_authkey_path = config.sops.secrets."headplane/agent_pre_authkey".path;
};
};
};
@ -70,7 +70,7 @@ in
"headplane/cookie_secret" = {
inherit owner group mode;
};
"headplane/agent_pre_authkey" = {
"headplane/api_key" = {
inherit owner group mode;
};
};