diff --git a/configs/workout/syncthing.nix b/configs/workout/syncthing.nix index 3bb5cfe..2fa43d7 100644 --- a/configs/workout/syncthing.nix +++ b/configs/workout/syncthing.nix @@ -67,9 +67,6 @@ enable = true; path = "/home/palo/smartphone-fotos"; }; - smartphone-music = { - path = "/home/palo/smartphone-music"; - }; video-material = { enable = true; path = "/home/palo/video-material"; diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index bc36803..5b2e37e 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -131,9 +131,8 @@ with lib; }; smartphone-music = { enable = lib.mkDefault false; - id = "0vjze-xvs8n"; watch = false; - devices = [ "sterni" "workout" "smartphone" ]; + devices = [ "sterni" "porani" "smartphone" ]; }; smartphone-fotos = { enable = lib.mkDefault false;