Fix steam library mount

This commit is contained in:
Chris Dombroski 2024-09-22 10:19:45 -04:00
parent 8f4e7f193e
commit f8603dcdfa

View file

@ -281,6 +281,7 @@ in
device = "/dev/disk/by-uuid/d0eb1b09-7fba-49e3-b802-d6fdd9073516";
fsType = "btrfs";
options = [
"subvol=@steam-library"
"compress=lzo"
"autodefrag"
"discard=async"