disko: Delete unneeded mountOptions

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 16:35:06 +03:00
parent 5bd1676428
commit 8a7c86893c
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -43,7 +43,6 @@
subvolumes = {
"gkaklas/.local/share/flatpak" = {
mountpoint = "/home/gkaklas/.local/share/flatpak";
mountOptions = ["defaults" "user"];
};
};
mountpoint = "/home";
@ -55,7 +54,6 @@
type = "filesystem";
format = "btrfs";
mountpoint = "/mnt/storage";
mountOptions = ["defaults" "user"];
};
};
}