diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-31 22:38:50 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-31 22:38:50 +0200 |
commit | b4e6a81b921f93c65bcd4837cf89df91798122e2 (patch) | |
tree | b21931cb9b17a5e1ecad8524327028605116765a /modules | |
parent | feat(conf/yt): Add a main config file (diff) | |
download | nixos-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.nix | 3 |
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 |