Make /media not required for boot
parent
230be48b93
commit
60e357607d
|
@ -32,5 +32,6 @@
|
||||||
fileSystems."/media" = {
|
fileSystems."/media" = {
|
||||||
device = "vm@b9b22d11-3492-49a6-92b7-b36cdf0161fe.cephfs=/media";
|
device = "vm@b9b22d11-3492-49a6-92b7-b36cdf0161fe.cephfs=/media";
|
||||||
fsType = "ceph";
|
fsType = "ceph";
|
||||||
|
options = [ "nofail" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue