Remove media mount for now

main
kalle 2024-11-22 19:33:14 +01:00
parent 60e357607d
commit 5f625d21cf
1 changed files with 0 additions and 6 deletions

View File

@ -28,10 +28,4 @@
autoResize = true;
neededForBoot = true;
};
fileSystems."/media" = {
device = "vm@b9b22d11-3492-49a6-92b7-b36cdf0161fe.cephfs=/media";
fsType = "ceph";
options = [ "nofail" ];
};
}