Make /media not required for boot

main
kalle 2024-11-22 19:28:17 +01:00
parent 230be48b93
commit 60e357607d
1 changed files with 1 additions and 0 deletions

View File

@ -32,5 +32,6 @@
fileSystems."/media" = {
device = "vm@b9b22d11-3492-49a6-92b7-b36cdf0161fe.cephfs=/media";
fsType = "ceph";
options = [ "nofail" ];
};
}