monolith: remove old mount for music dir

This commit is contained in:
Leonardo Eugênio 2026-07-28 20:24:27 -03:00
parent 45c2ea8b1e
commit 6aa58fd8ad

View file

@ -90,15 +90,15 @@ in
]
++ btrfs_options;
};
fileSystems."/home/lelgenio/Música" = {
device = "/dev/disk/by-label/BTRFS_DATA";
fsType = "btrfs";
options = [
"subvol=@music"
"nofail"
]
++ btrfs_options;
};
# fileSystems."/home/lelgenio/Música" = {
# device = "/dev/disk/by-label/BTRFS_DATA";
# fsType = "btrfs";
# options = [
# "subvol=@music"
# "nofail"
# ]
# ++ btrfs_options;
# };
fileSystems."/home/lelgenio/.local/mount/data" = {
device = "/dev/disk/by-label/BTRFS_DATA";
fsType = "btrfs";