l xerxes.r: add the_playlist sync

This commit is contained in:
lassulus 2019-07-15 18:48:53 +02:00
parent ea68d0fe56
commit 43b2333e50

View File

@ -32,4 +32,19 @@
];
lass.screenlock.enable = lib.mkForce false;
krebs.syncthing = {
folders = {
the_playlist = {
path = "/home/lass/tmp/the_playlist";
peers = [ "mors" "phone" "prism" "xerxes" ];
};
};
};
krebs.permown = {
"/home/lass/tmp/the_playlist" = {
owner = "lass";
group = "syncthing";
umask = "0007";
};
};
}