From 65dde5a86b90c0dd6fcbdb7f2d40ca20c354917b Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Sun, 2 Nov 2025 13:51:43 -0500 Subject: [PATCH] restic: remove uptime kuma path from backup this also isnt worth keeping --- modules/nixos/services/homeserver/restic.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nixos/services/homeserver/restic.nix b/modules/nixos/services/homeserver/restic.nix index 30ed812..4adb38f 100644 --- a/modules/nixos/services/homeserver/restic.nix +++ b/modules/nixos/services/homeserver/restic.nix @@ -79,7 +79,6 @@ }; paths = [ - "/var/lib/private/uptime-kuma" "/var/lib/vaultwarden" "/var/backups/db-backup" ];