Fix steam drive again
This commit is contained in:
parent
f72eb35939
commit
cb34d15553
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/steam" =
|
fileSystems."/mnt/steam" =
|
||||||
{ device = "/dev/dis/by-uuid/f800bb63-5798-4faa-b2d2-50073215e391";
|
{ device = "/dev/disk/by-uuid/f800bb63-5798-4faa-b2d2-50073215e391";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = [ "users" "nofail" "exec" "defaults" ];
|
options = [ "users" "nofail" "exec" "defaults" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue