From b4e6a81b921f93c65bcd4837cf89df91798122e2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 31 Aug 2024 22:38:50 +0200 Subject: fix(conf/unison): Don't synchronize `~/media/music` --- modules/home/conf/unison/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/home/conf/unison/default.nix') diff --git a/modules/home/conf/unison/default.nix b/modules/home/conf/unison/default.nix index 64dd50c2..ae682235 100644 --- a/modules/home/conf/unison/default.nix +++ b/modules/home/conf/unison/default.nix @@ -48,6 +48,9 @@ # Should not be synchronized "~/.local/share/unison" + + # Is just to big to be synchronized (# TODO: Work around that <2024-08-31> ) + "~/media/music" ]; hostName = let -- cgit 1.4.1