2024-03-03 00:11:51 -08:00
|
|
|
{ ... }:
|
2023-10-09 10:44:07 -07:00
|
|
|
|
|
|
|
|
{
|
2024-03-03 00:11:51 -08:00
|
|
|
services.syncthing = {
|
2023-10-09 10:44:07 -07:00
|
|
|
enable = true;
|
2024-03-03 00:11:51 -08:00
|
|
|
settings.folders.music = {
|
|
|
|
|
enable = true;
|
|
|
|
|
devices = [ "blitzar" ];
|
|
|
|
|
path = "~/Music";
|
|
|
|
|
type = "receiveonly";
|
2023-10-09 10:44:07 -07:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
}
|