PC-Fixe: montage LUN Steam

This commit is contained in:
nyanloutre 2019-11-21 02:12:58 +01:00
parent 42dd305fdb
commit 67944691a4
2 changed files with 18 additions and 3 deletions

View file

@ -62,9 +62,9 @@
options = [ "bind" ];
};
fileSystems."/mnt/steam" =
{ device = "10.30.0.1:/exports/steam";
fsType = "nfs";
fileSystems."/mnt/steam-lun" =
{ device = "/dev/disk/by-path/ip-10.30.0.1:3260-iscsi-iqn.2019-11.nyanlout.re:steam-lun-1";
fsType = "ext4";
options = ["x-systemd.automount" "noauto"];
};