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;
};
"Music" = {
path = "~/Music";
devices = [
"deertopia"
];
ignorePerms = true;
};
# "Music" = {
# path = "~/Music";
# devices = [
# "deertopia"
# ];
# ignorePerms = true;
# };
};
};
}