persist whole tailscale directory
This commit is contained in:
parent
c743416a88
commit
b09433b113
1 changed files with 1 additions and 2 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
"/var/lib/postgresql"
|
"/var/lib/postgresql"
|
||||||
"/var/lib/grafana"
|
"/var/lib/grafana"
|
||||||
"/var/lib/freshrss"
|
"/var/lib/freshrss"
|
||||||
|
"/var/lib/tailscale"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
# so that systemd doesn't think each boot is the first
|
# so that systemd doesn't think each boot is the first
|
||||||
|
|
@ -20,8 +21,6 @@
|
||||||
"/etc/ssh/ssh_host_rsa_key.pub"
|
"/etc/ssh/ssh_host_rsa_key.pub"
|
||||||
"/etc/ssh/ssh_host_ed25519_key"
|
"/etc/ssh/ssh_host_ed25519_key"
|
||||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||||
# tailscale
|
|
||||||
"/var/lib/tailscale/tailscaled.state"
|
|
||||||
];
|
];
|
||||||
users.rpqt = {
|
users.rpqt = {
|
||||||
directories = [ ];
|
directories = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue