Odin: remove unused mount options

This commit is contained in:
Filippo Berto 2024-10-14 11:39:13 +02:00
parent fde2ecb6ae
commit d38b27f8fc
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -29,7 +29,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@root"
"x-gvfs-hide"
];
@ -38,7 +37,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@nix"
"x-gvfs-hide"
];
@ -47,7 +45,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@bertof/@home"
"x-gvfs-hide"
];
@ -56,7 +53,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@bertof/@games"
"x-gvfs-hide"
];
@ -65,7 +61,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@bertof/@videos"
"x-gvfs-hide"
];
@ -74,7 +69,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@bertof/@music"
"x-gvfs-hide"
];
@ -83,7 +77,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@bertof/@images"
"x-gvfs-hide"
];
@ -92,7 +85,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@bertof/@downloads"
"x-gvfs-hide"
];
@ -101,7 +93,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@bertof/@documents"
"x-gvfs-hide"
];
@ -110,7 +101,6 @@
device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c";
fsType = "btrfs";
options = [
"space_cache=v2"
"subvol=@bertof/@git"
"x-gvfs-hide"
];