l radio: sync the_playlist folder

This commit is contained in:
lassulus 2019-04-17 20:15:07 +02:00
parent c48e246650
commit f35ccc7529

View File

@ -248,4 +248,10 @@ in {
alias ${html};
'';
};
krebs.syncthing.folders = [
{ id = "the_playlist"; path = "/home/radio/music/the_playlist"; peers = [ "mors" "phone" "prism" ]; }
];
lass.ensure-permissions = [
{ folder = "/home/radio/music/the_playlist"; owner = "radio"; group = "syncthing"; }
];
}