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
|
|
@ -19,7 +19,7 @@ Provide the following entries to your `secrets.yaml`:
|
|||
```yaml
|
||||
headplane:
|
||||
cookie_secret: abc123
|
||||
agent_pre_authkey: abc123
|
||||
api_key: abc123
|
||||
```
|
||||
|
||||
Generate your cookie secret with:
|
||||
|
|
@ -28,7 +28,7 @@ Generate your cookie secret with:
|
|||
nix-shell -p openssl --run "openssl rand -hex 16"
|
||||
```
|
||||
|
||||
Generate your agent pre-authkey with:
|
||||
Generate your agent `api_key` with:
|
||||
|
||||
```bash
|
||||
sudo headscale users create headplane-agent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue