commit e5e1c7d228a9c92998f760b2bb9ed95ff86fca9f
parent 40a94ffd0c6849982ae31fcc05e4283ef229801e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 13 Jul 2022 13:31:16 +0200
parent 40a94ffd0c6849982ae31fcc05e4283ef229801e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 13 Jul 2022 13:31:16 +0200
configurations/syncthing: remove Audiobook and windows shares
1 file changed, 0 insertions(+), 26 deletions(-)
diff --git a/configurations/syncthing.nix b/configurations/syncthing.nix @@ -34,17 +34,13 @@ let enabledShares = { desastro = [ - "ctucx-audiobooks-orig" "ctucx-music-orig" "ctucx-media" - "ctucx-windoofs" ]; lollo = [ - "ctucx-audiobooks-orig" "ctucx-music-orig" "ctucx-media" - "ctucx-windoofs" ]; }; @@ -73,17 +69,6 @@ in { folders = { - "${dataDir}/Audiobooks (Originals)" = rec { - enable = isShareEnabled "${id}"; - id = "ctucx-audiobooks-orig"; - label = "Audiobooks (Originals}"; - devices = filterCurrentHost (shareDeviceNames "${id}"); - versioning.type = "trashcan"; - versioning.params = { - cleanoutDays = "3"; - }; - }; - "${dataDir}/Audiobooks" = { id = "ctucx-audiobooks"; label = "Audiobooks"; @@ -156,17 +141,6 @@ in { }; }; - "${dataDir}/Windows-Stuff" = rec { - enable = isShareEnabled "${id}"; - id = "ctucx-windoofs"; - label = "Windows-Stuff"; - devices = filterCurrentHost (shareDeviceNames "${id}"); - versioning.type = "trashcan"; - versioning.params = { - cleanoutDays = "3"; - }; - }; -