From b09433b113b301f15b973337b16f4b4ca6554ff3 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Mon, 12 May 2025 00:02:36 +0200 Subject: [PATCH] persist whole tailscale directory --- hosts/genepi/persistence.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/genepi/persistence.nix b/hosts/genepi/persistence.nix index c42b125..0dee4f2 100644 --- a/hosts/genepi/persistence.nix +++ b/hosts/genepi/persistence.nix @@ -11,6 +11,7 @@ "/var/lib/postgresql" "/var/lib/grafana" "/var/lib/freshrss" + "/var/lib/tailscale" ]; files = [ # 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_ed25519_key" "/etc/ssh/ssh_host_ed25519_key.pub" - # tailscale - "/var/lib/tailscale/tailscaled.state" ]; users.rpqt = { directories = [ ];