From 21029d3bbc39ea74c53c1d024535c8afa7cf9453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 15 Feb 2026 22:39:47 +0100 Subject: [PATCH] openclaw: add backups --- systems/ful/openclaw.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/ful/openclaw.nix b/systems/ful/openclaw.nix index b59aa76..8757f4e 100644 --- a/systems/ful/openclaw.nix +++ b/systems/ful/openclaw.nix @@ -87,6 +87,10 @@ }; }; + services.restic.backups.niveum.paths = [ + config.users.users.openclaw.home + ]; + systemd.services.openclaw-browser = { description = "OpenClaw Browser (unrestricted)"; after = [ "network.target" ];