11 lines
231 B
Nix
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" ];
|
||
|
};
|
||
|
};
|
||
|
}
|