trying to fix the mounting issue
This commit is contained in:
parent
242f06d17d
commit
0679b19e45
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/run/media/chris/Storage" =
|
fileSystems."/run/media/chris/Storage" =
|
||||||
{ device = "/dev/disk/by-label/Storage";
|
{ device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "noatime" "space_cache=v2" "compress=zstd:1" ];
|
options = [ "noatime" "space_cache=v2" "compress=zstd:1" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue