nixos-config/2configs/sync/share/gum.nix
2024-03-23 15:45:35 +01:00

11 lines
231 B
Nix

{
services.syncthing.user = "download";
services.syncthing.settings.folders = {
manga = {
path = "/media/cloud/download/manga/live/";
id = "makefu-manga";
devices = [ "gum" "makefu-ebook" ];
};
};
}