From 7b0c188c8445dc1761c73e8331123c98ac0db940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Sun, 8 Feb 2026 04:49:45 +0200 Subject: [PATCH] Makefile: more --keep-paths --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb82d8b..9e03c25 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ reset: config.json sudo flatcar-reset \ --ignition-file $${TEMPDIR}/config.json \ --keep-machine-id \ - --keep-paths '/etc/ssh/ssh_host_.*' /var/log && \ + --keep-paths '/etc/ssh/ssh_host_.*' '/opt/caddy/' '/opt/matrixdotorg-synapse/' /var/log && \ ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \ sudo systemctl reboot && \ ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r -O exit akpella;