update flake. update pkgs. new hp api
This commit is contained in:
parent
9721481a69
commit
b29b0895a5
8 changed files with 33 additions and 33 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue