syncthing: shifting music
This commit is contained in:
parent
44c3b74ddf
commit
b952dfdd53
2 changed files with 1 additions and 5 deletions
|
@ -67,9 +67,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = "/home/palo/smartphone-fotos";
|
path = "/home/palo/smartphone-fotos";
|
||||||
};
|
};
|
||||||
smartphone-music = {
|
|
||||||
path = "/home/palo/smartphone-music";
|
|
||||||
};
|
|
||||||
video-material = {
|
video-material = {
|
||||||
enable = true;
|
enable = true;
|
||||||
path = "/home/palo/video-material";
|
path = "/home/palo/video-material";
|
||||||
|
|
|
@ -131,9 +131,8 @@ with lib;
|
||||||
};
|
};
|
||||||
smartphone-music = {
|
smartphone-music = {
|
||||||
enable = lib.mkDefault false;
|
enable = lib.mkDefault false;
|
||||||
id = "0vjze-xvs8n";
|
|
||||||
watch = false;
|
watch = false;
|
||||||
devices = [ "sterni" "workout" "smartphone" ];
|
devices = [ "sterni" "porani" "smartphone" ];
|
||||||
};
|
};
|
||||||
smartphone-fotos = {
|
smartphone-fotos = {
|
||||||
enable = lib.mkDefault false;
|
enable = lib.mkDefault false;
|
||||||
|
|
Loading…
Reference in a new issue