11 lines
219 B
Nix
11 lines
219 B
Nix
{
|
|
services.syncthing.user = "makefu";
|
|
services.syncthing.settings.folders = {
|
|
manga = {
|
|
path = "/home/makefu/manga/live";
|
|
id = "makefu-manga";
|
|
devices = [ "gum" "makefu-ebook" ];
|
|
};
|
|
};
|
|
}
|