From 3c78a67089b69bd197d1c808251745d81c7da5c2 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Sun, 2 Nov 2025 13:47:13 -0500 Subject: [PATCH] restic: remove nextcloud dir from backup this is making it copy any files there and its not really necessary since the database is covered and nothing else is of note --- 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 ec6660d..30ed812 100644 --- a/modules/nixos/services/homeserver/restic.nix +++ b/modules/nixos/services/homeserver/restic.nix @@ -80,7 +80,6 @@ paths = [ "/var/lib/private/uptime-kuma" - "/var/lib/nextcloud" "/var/lib/vaultwarden" "/var/backups/db-backup" ];