Fix: Make iscsi drive explicitly non-required for boot.

This commit is contained in:
Joey Hafner 2025-02-05 17:41:54 -08:00
parent f76eee2fb0
commit 6931d60021
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -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"
];
}; };
}; };