containers: mount /media as read-only

Necessary when passing cdemu mount points to the wine container.
This commit is contained in:
Donovan Glover
2025-05-29 09:34:08 -04:00
parent 62db5c443f
commit d03ef276a5

View File

@ -21,6 +21,11 @@ let
isReadOnly = false;
};
media = rec {
hostPath = "/media";
mountPoint = hostPath;
};
waylandDisplay = rec {
hostPath = "/run/user/1000";
mountPoint = hostPath;