mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
tailscale: Try to re-up when the tailscale auth-key changes
This commit is contained in:
parent
8ecd6e51e6
commit
8ce240c332
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ in
|
||||||
config.services.tailscale.port
|
config.services.tailscale.port
|
||||||
];
|
];
|
||||||
|
|
||||||
sops.secrets."tailscale/auth-key".restartUnits = [ "tailscaled.service" ];
|
sops.secrets."tailscale/auth-key".restartUnits = [ "tailscaled-autoconnect.service" ];
|
||||||
|
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue