Noise private key now a nested field in config
This commit is contained in:
parent
e20e818a42
commit
4424a9abc0
7 changed files with 32 additions and 20 deletions
|
@ -54,7 +54,8 @@ metrics_listen_addr: 0.0.0.0:9090
|
|||
# The default /var/lib/headscale path is not writable in the container
|
||||
private_key_path: /etc/headscale/private.key
|
||||
# The default /var/lib/headscale path is not writable in the container
|
||||
noise_private_key_path: /var/lib/headscale/noise_private.key
|
||||
noise:
|
||||
private_key_path: /var/lib/headscale/noise_private.key
|
||||
# The default /var/lib/headscale path is not writable in the container
|
||||
db_path: /etc/headscale/db.sqlite
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue