mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
caddy: Make tailscale hosts ephemeral
This commit is contained in:
parent
9de2a5d853
commit
c2a8f8475f
3 changed files with 7 additions and 6 deletions
|
|
@ -106,6 +106,7 @@ in
|
|||
globalConfig = ''
|
||||
tailscale {
|
||||
auth_key {file.${config.sops.secrets."tailscale/service-auth-key".path}}
|
||||
ephemeral true
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue