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

15 lines
330 B
Nix

{
services.syncthing.user = "download";
services.syncthing.settings.folders = {
the_playlist = {
path = "/media/silent/music/the_playlist";
devices = [ "mors" "prism" ];
};
manga = {
path = "/media/silent/manga";
id = "makefu-manga";
devices = [ "gum" "makefu-ebook" ];
};
};
}