courge: sanoid: tweaks
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sun, 3 Dec 2023 14:39:08 +0000 (15:39 +0100)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sun, 3 Dec 2023 14:39:55 +0000 (15:39 +0100)
hosts/courge/backup.nix

index 8cf113910bfea9c254e8f48337af3c46f35172cd..a9e2cd1942273abf5ebf719f319a3bf22b553c23 100644 (file)
@@ -17,6 +17,17 @@ with builtins;
       "${hostName}/root/home/mo/.cache" = {
         autosnap = false;
       };
+      "${hostName}/root/home/mo/.mozilla" = {
+        autosnap = true;
+        autoprune = true;
+        daily = 3;
+      };
+      "${hostName}/root/home/mo/.thunderbird" = {
+        autosnap = true;
+        autoprune = true;
+        hourly = 12;
+        daily = 7;
+      };
       "${hostName}/root/home/mo/Documents" = {
         autosnap = true;
         autoprune = true;