From 929db4e0dcfd8f3c1bfada13e9db3489a8510db7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 30 Jul 2025 22:32:32 +0200 Subject: modules/common/unison: Allow some dirs of the music directory --- modules/common/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/common/default.nix') 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; -- cgit 1.4.1