about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-31 22:38:50 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-31 22:38:50 +0200
commitb4e6a81b921f93c65bcd4837cf89df91798122e2 (patch)
treeb21931cb9b17a5e1ecad8524327028605116765a /modules
parentfeat(conf/yt): Add a main config file (diff)
downloadnixos-config-b4e6a81b921f93c65bcd4837cf89df91798122e2.tar.gz
nixos-config-b4e6a81b921f93c65bcd4837cf89df91798122e2.zip
fix(conf/unison): Don't synchronize `~/media/music`
Diffstat (limited to 'modules')
-rw-r--r--modules/home/conf/unison/default.nix3
1 files changed, 3 insertions, 0 deletions
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