monolith: remove old mount for music dir
This commit is contained in:
parent
45c2ea8b1e
commit
6aa58fd8ad
1 changed files with 9 additions and 9 deletions
|
|
@ -90,15 +90,15 @@ in
|
||||||
]
|
]
|
||||||
++ btrfs_options;
|
++ btrfs_options;
|
||||||
};
|
};
|
||||||
fileSystems."/home/lelgenio/Música" = {
|
# fileSystems."/home/lelgenio/Música" = {
|
||||||
device = "/dev/disk/by-label/BTRFS_DATA";
|
# device = "/dev/disk/by-label/BTRFS_DATA";
|
||||||
fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
options = [
|
# options = [
|
||||||
"subvol=@music"
|
# "subvol=@music"
|
||||||
"nofail"
|
# "nofail"
|
||||||
]
|
# ]
|
||||||
++ btrfs_options;
|
# ++ btrfs_options;
|
||||||
};
|
# };
|
||||||
fileSystems."/home/lelgenio/.local/mount/data" = {
|
fileSystems."/home/lelgenio/.local/mount/data" = {
|
||||||
device = "/dev/disk/by-label/BTRFS_DATA";
|
device = "/dev/disk/by-label/BTRFS_DATA";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue