speed up drive mounting
This commit is contained in:
parent
45bc71e354
commit
981d285606
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
fileSystems."/mnt/games" =
|
fileSystems."/mnt/games" =
|
||||||
{ device = "/dev/disk/by-uuid/2566324c-e299-6074-a144-ef0f72e45037";
|
{ device = "/dev/disk/by-uuid/2566324c-e299-6074-a144-ef0f72e45037";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=games" "compress=zstd" "noatime" ];
|
options = [ "subvol=games" "compress=zstd" "noatime" "nofail" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue