diff --git a/hosts/genepi/persistence.nix b/hosts/genepi/persistence.nix index 402dcb0..5fa2b4d 100644 --- a/hosts/genepi/persistence.nix +++ b/hosts/genepi/persistence.nix @@ -13,8 +13,8 @@ "/etc/ssh/ssh_host_rsa_key.pub" "/etc/ssh/ssh_host_ed25519_key" "/etc/ssh/ssh_host_ed25519_key.pub" - - "/var/lib/tailscaled.state" + # tailscale + "/var/lib/tailscale/tailscaled.state" ]; users.rpqt = { directories = [ ];