update, fmt

This commit is contained in:
Leonardo Eugênio 2025-08-06 12:57:58 -03:00
parent cc6110dcac
commit 0dcc8811bb
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B
5 changed files with 126 additions and 122 deletions

View file

@ -94,7 +94,8 @@ in
options = [
"subvol=@games"
"nofail"
] ++ btrfs_options;
]
++ btrfs_options;
};
fileSystems."/home/lelgenio/Downloads/Torrents" = {
device = "/dev/disk/by-label/BTRFS_DATA";
@ -102,7 +103,8 @@ in
options = [
"subvol=@torrents"
"nofail"
] ++ btrfs_options;
]
++ btrfs_options;
};
fileSystems."/home/lelgenio/Música" = {
device = "/dev/disk/by-label/BTRFS_DATA";
@ -110,7 +112,8 @@ in
options = [
"subvol=@music"
"nofail"
] ++ btrfs_options;
]
++ btrfs_options;
};
fileSystems."/home/lelgenio/.local/mount/data" = {
device = "/dev/disk/by-label/BTRFS_DATA";
@ -118,7 +121,8 @@ in
options = [
"subvol=@data"
"nofail"
] ++ btrfs_options;
]
++ btrfs_options;
};
fileSystems."/home/lelgenio/.local/mount/old" = {
device = "/dev/disk/by-label/BTRFS_ROOT";