From a40df1473206f35f7e676bb7103c48928b4bd72f Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 1 Sep 2023 23:36:47 +0200 Subject: [PATCH] removed music-library --- nixos/machines/cream/syncthing.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/machines/cream/syncthing.nix b/nixos/machines/cream/syncthing.nix index 1d3124a..4fc084f 100644 --- a/nixos/machines/cream/syncthing.nix +++ b/nixos/machines/cream/syncthing.nix @@ -43,14 +43,6 @@ enable = true; path = "/home/palo/books"; }; - music-library = { - enable = true; - path = "/home/palo/music-library"; - }; - # music-projects = { - # enable = true; - # path = "/home/palo/music-projects"; - # }; }; };