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

15 lines
330 B
Nix
Raw Normal View History

2024-03-23 15:45:35 +01:00
{
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" ];
};
};
}