monolith: remove Games mount

This commit is contained in:
Leonardo Eugênio 2026-03-30 08:41:01 -03:00
parent 43bd9d016d
commit 39d85691c6

View file

@ -102,15 +102,6 @@ in
# fsType = "btrfs";
# options = [ "subvol=home" ] ++ btrfs_options ++ btrfs_ssd;
# };
fileSystems."/home/lelgenio/Games" = {
device = "/dev/disk/by-label/BTRFS_DATA";
fsType = "btrfs";
options = [
"subvol=@games"
"nofail"
]
++ btrfs_options;
};
fileSystems."/home/lelgenio/Downloads/Torrents" = {
device = "/dev/disk/by-label/BTRFS_DATA";
fsType = "btrfs";