nixos/services/syncthing/folders/comics.nix

10 lines
207 B
Nix
Raw Normal View History

{lib, ...}: {
services.syncthing.folders."Comics" = {
label = "Comics";
path = lib.mkDefault "/var/lib/syncthing/Comics/";
id = "kc2h0-q3wot";
ignorePerms = true;
enable = true;
};
}