Re-add media mount
This commit is contained in:
parent
267c228598
commit
d39dce176f
1 changed files with 6 additions and 0 deletions
|
@ -28,4 +28,10 @@
|
||||||
autoResize = true;
|
autoResize = true;
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/media" = {
|
||||||
|
device = "vm@b9b22d11-3492-49a6-92b7-b36cdf0161fe.cephfs=/media";
|
||||||
|
fsType = "ceph";
|
||||||
|
options = [ "nofail" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue