chore: Don't sync music

This commit is contained in:
2025-09-20 19:07:55 -06:00
parent 94c2e40f9f
commit f9095bee39

View File

@@ -74,13 +74,13 @@ in lib.mkMerge [
]; ];
ignorePerms = true; ignorePerms = true;
}; };
"Music" = { # "Music" = {
path = "~/Music"; # path = "~/Music";
devices = [ # devices = [
"deertopia" # "deertopia"
]; # ];
ignorePerms = true; # ignorePerms = true;
}; # };
}; };
}; };
} }