remove DCIM from syncthing

This commit is contained in:
Yan Lin 2026-02-15 21:47:26 +01:00
parent 2a15c8e8ad
commit 8267546811
5 changed files with 2 additions and 5 deletions

View file

@ -44,7 +44,6 @@ in
Media = mkFolderOptions "Media" { devices = lib.filter (d: d != "iphone") allDevices; };
Archive = mkFolderOptions "Archive" {};
Consume = mkFolderOptions "Consume" {};
DCIM = mkFolderOptions "DCIM" { devices = serverDevices; };
};
enableGui = lib.mkOption {
type = lib.types.bool;