PC-Fixe: montage LUN Steam
This commit is contained in:
parent
42dd305fdb
commit
67944691a4
2 changed files with 18 additions and 3 deletions
|
@ -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"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue