From 445e08a771f3241d7eb8f38ad9cb1fc524024010 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Apr 2025 23:57:00 -0500 Subject: [PATCH] added namespaces to restic ignore --- nixos/services/restic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/services/restic.nix b/nixos/services/restic.nix index 49ccc2a..d8e7253 100644 --- a/nixos/services/restic.nix +++ b/nixos/services/restic.nix @@ -38,6 +38,7 @@ "dist" "__pycache__" "*.egg-info" + "namespaces" ]; }; };