From 4e78eb010b30473a303ace789faff87e223f7b4e Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 16 Sep 2025 21:24:52 -0400 Subject: [PATCH] Cleanup --- docs/tailscale.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tailscale.md b/docs/tailscale.md index e45a4f3f..3b083847 100644 --- a/docs/tailscale.md +++ b/docs/tailscale.md @@ -149,7 +149,7 @@ This ensures that certificate rotation and state writes work without breaking Pi ### Solution -Idea: +Core idea: - Mount a **tmpfs** over Tailscale's state folder stored in root's home: /root/tailscale-state. - Mount the resulting *merged* layer onto the actual Tailscale state folder at /var/lib/tailscale. - An **overlayfs** will transparently present this folder to Tailscale, while changes are kept in the RAM-based overlay layer. @@ -229,6 +229,7 @@ WantedBy=multi-user.target ```console [root@pikvm ~]# systemctl daemon-reload [root@pikvm ~]# systemctl enable tailscale-overlay.service +[root@pikvm ~]# ro ``` ---