Fix steam library mount
This commit is contained in:
parent
8f4e7f193e
commit
f8603dcdfa
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ in
|
||||||
device = "/dev/disk/by-uuid/d0eb1b09-7fba-49e3-b802-d6fdd9073516";
|
device = "/dev/disk/by-uuid/d0eb1b09-7fba-49e3-b802-d6fdd9073516";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [
|
options = [
|
||||||
|
"subvol=@steam-library"
|
||||||
"compress=lzo"
|
"compress=lzo"
|
||||||
"autodefrag"
|
"autodefrag"
|
||||||
"discard=async"
|
"discard=async"
|
||||||
|
|
Loading…
Reference in a new issue