feat(modules/networking): persist tailscale state
This commit is contained in:
parent
51f2e81fda
commit
c73533772b
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ PrintMotd = true;};
|
|||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = config.sops.secrets."keys/tailscale".path;};
|
||||
environment.persistence."/persist".files = [ "/var/lib/tailscale/tailscaled.state"];
|
||||
}
|
||||
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue