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" ];