From e540d4eb749b21fd1d1803b5dda7c5192fa5b6bc Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 3 Jul 2025 13:29:10 -0400 Subject: [PATCH] Infini-DL360: ignore large fungible files from backup --- hosts/Infini-DL360/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index a8124be..e58a917 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -140,6 +140,11 @@ "/var/log/" = [ "nginx/access.log" ]; + + # Very large fungible files + "/srv/media/" = [ + "shows/Dimension 20 Fantasy High" + ]; }; security.acme.certs."inx.moe" = {