From 16c68592b0930a67c05b4e4a64e763c440820655 Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Fri, 19 Jun 2026 12:55:18 +0200 Subject: [PATCH] feat: remove calibre folder from syncthing --- modules/capabilities/syncthing.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/capabilities/syncthing.nix b/modules/capabilities/syncthing.nix index a945b9f..116e726 100644 --- a/modules/capabilities/syncthing.nix +++ b/modules/capabilities/syncthing.nix @@ -53,11 +53,6 @@ in label = "sync"; devices = builtins.attrNames syncDevices; }; - calibre = { - path = "~/calibre"; - label = "calibre"; - devices = builtins.attrNames syncMachines; - }; }; devices = syncDevices; };