l mors.r: add free_music sync
This commit is contained in:
parent
441ae45dc7
commit
34791532ac
@ -49,14 +49,31 @@ with import <stockholm/lib>;
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
krebs.syncthing.folders."the_playlist" = {
|
krebs.syncthing = {
|
||||||
path = "/home/lass/tmp/the_playlist";
|
peers.schasch.addresses = [ "schasch.r:22000" ];
|
||||||
peers = [ "mors" "phone" "prism" ];
|
folders = {
|
||||||
|
the_playlist = {
|
||||||
|
path = "/home/lass/tmp/the_playlist";
|
||||||
|
peers = [ "mors" "phone" "prism" ];
|
||||||
|
};
|
||||||
|
free_music = {
|
||||||
|
id = "mu9mn-zgvsw";
|
||||||
|
path = "/home/lass/tmp/free_music";
|
||||||
|
peers = [ "mors" "schasch" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
krebs.permown."/home/lass/tmp/the_playlist" = {
|
krebs.permown = {
|
||||||
owner = "lass";
|
"/home/lass/tmp/free_music" = {
|
||||||
group = "syncthing";
|
owner = "lass";
|
||||||
umask = "0007";
|
group = "syncthing";
|
||||||
|
umask = "0007";
|
||||||
|
};
|
||||||
|
"/home/lass/tmp/the_playlist" = {
|
||||||
|
owner = "lass";
|
||||||
|
group = "syncthing";
|
||||||
|
umask = "0007";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user