about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-30 22:32:32 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-30 22:32:32 +0200
commit929db4e0dcfd8f3c1bfada13e9db3489a8510db7 (patch)
tree4c1a67656fe9f803f4116d1689c7834313e31b23
parentmodules/lf/ctpv/prev/audio: Use `ffprobe` instead of `ffmpeg` (diff)
downloadnixos-config-929db4e0dcfd8f3c1bfada13e9db3489a8510db7.zip
modules/common/unison: Allow some dirs of the music directory prime
-rw-r--r--modules/common/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index a272bd52..ab5d055f 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -159,7 +159,8 @@
             "~/.local/share/unison"
 
             # These are just to big to be synchronized (# TODO: Work around that <2024-08-31> )
-            "~/media/music"
+            "~/media/music/beets.old"
+            "~/media/music/deerix"
             "~/.local/share/Steam"
           ]
           ++ homeManagerSymlinks;