Fix: Make iscsi drive explicitly non-required for boot.
This commit is contained in:
parent
f76eee2fb0
commit
6931d60021
@ -17,8 +17,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
"/mnt/iscsi/joey-desktop" = {
|
"/mnt/iscsi/joey-desktop" = {
|
||||||
device = "/dev/disk/by-uuid/7446B1DB46B19DF4";
|
device = "/dev/disk/by-uuid/7446B1DB46B19DF4";
|
||||||
fsType = "ntfs3";
|
fsType = "ntfs3";
|
||||||
|
options = [
|
||||||
|
"nofail"
|
||||||
|
"auto"
|
||||||
|
"users"
|
||||||
|
"x-systemd.automount"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -43,4 +49,4 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ { device = "/dev/disk/by-uuid/73e8e737-1c5c-4ead-80c6-e616be538145"; } ];
|
swapDevices = [ { device = "/dev/disk/by-uuid/73e8e737-1c5c-4ead-80c6-e616be538145"; } ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user