From 40a1edb925b462ab40162fe11a867f3144a90b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 18 Sep 2023 13:31:32 +0300 Subject: [PATCH] syncthing: do not share books with mxp10 --- modules/services/syncthing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/syncthing/default.nix b/modules/services/syncthing/default.nix index 630f02e..0820065 100644 --- a/modules/services/syncthing/default.nix +++ b/modules/services/syncthing/default.nix @@ -17,7 +17,7 @@ }; folders = { Books = { - devices = ["mxp10" "fwminex" "vno1-oh2"]; + devices = ["fwminex" "vno1-oh2"]; id = "8lk0n-mm63y"; label = "Books"; };