nixos-config/2configs/sync/share/gum.nix

11 lines
231 B
Nix
Raw Normal View History

2024-03-23 15:45:35 +01:00
{
services.syncthing.user = "download";
services.syncthing.settings.folders = {
manga = {
path = "/media/cloud/download/manga/live/";
id = "makefu-manga";
devices = [ "gum" "makefu-ebook" ];
};
};
}