From 5b00235743260d926d73607ed59e5d27b840d4ad Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 26 Nov 2025 21:49:47 -0600 Subject: [PATCH] feat: added another minecraft world --- modules/nixos/services/restic/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/nixos/services/restic/default.nix b/modules/nixos/services/restic/default.nix index 76a9b60..a484f42 100755 --- a/modules/nixos/services/restic/default.nix +++ b/modules/nixos/services/restic/default.nix @@ -25,11 +25,10 @@ in }; paths = [ "/home/${user0}/.ssh" + "/mnt/storage/minecraft" instances.firefly-iii.mntPaths.path0 instances.forgejo.mntPaths.path0 instances.mastodon.mntPaths.path0 - instances.minecraft0.mntPaths.path0 - instances.minecraft1.mntPaths.path0 instances.opencloud.mntPaths.path0 instances.vaultwarden.mntPaths.path0 "${instances.jellyfin.mntPaths.path0}/cache"