make tailscale persistent
This commit is contained in:
parent
9de9c44156
commit
ad0485e46d
1 changed files with 3 additions and 0 deletions
|
@ -4,4 +4,7 @@
|
||||||
authKeyFile = config.sops.secrets."services/tailscale/authKey".path;
|
authKeyFile = config.sops.secrets."services/tailscale/authKey".path;
|
||||||
};
|
};
|
||||||
sops.secrets."services/tailscale/authKey".sopsFile = ./tailscale.yaml;
|
sops.secrets."services/tailscale/authKey".sopsFile = ./tailscale.yaml;
|
||||||
|
environment.persistence."/persistent".directories = [
|
||||||
|
"/var/lib/tailscale"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue