From 47cdbcdb81ba9caf2c02ad250049df49250a65e9 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 16 Oct 2024 19:56:11 -0400 Subject: [PATCH] syncthing: remove pics (#124) --- userModules/aly/syncthing.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/userModules/aly/syncthing.nix b/userModules/aly/syncthing.nix index 6d19ba6f..3cca2498 100644 --- a/userModules/aly/syncthing.nix +++ b/userModules/aly/syncthing.nix @@ -52,16 +52,6 @@ in { }; }; - "camera" = { - id = "fcsgh-dlxys"; - path = "/home/aly/pics/camera"; - devices = ["fallarbor" "lavaridge" "mauville" "norman" "petalburg" "rustboro" "slateport" "winona"]; - versioning = { - params.cleanoutDays = "5"; - type = "trashcan"; - }; - }; - "screenshots" = { id = "screenshots"; path = "/home/aly/pics/screenshots";