persist whole tailscale directory
This commit is contained in:
@@ -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 = [ ];
|
||||||
|
|||||||
Reference in New Issue
Block a user