disko: Delete unneeded mountOptions
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
5bd1676428
commit
8a7c86893c
1 changed files with 0 additions and 2 deletions
|
@ -43,7 +43,6 @@
|
||||||
subvolumes = {
|
subvolumes = {
|
||||||
"gkaklas/.local/share/flatpak" = {
|
"gkaklas/.local/share/flatpak" = {
|
||||||
mountpoint = "/home/gkaklas/.local/share/flatpak";
|
mountpoint = "/home/gkaklas/.local/share/flatpak";
|
||||||
mountOptions = ["defaults" "user"];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mountpoint = "/home";
|
mountpoint = "/home";
|
||||||
|
@ -55,7 +54,6 @@
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "btrfs";
|
format = "btrfs";
|
||||||
mountpoint = "/mnt/storage";
|
mountpoint = "/mnt/storage";
|
||||||
mountOptions = ["defaults" "user"];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue