mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-13 08:37:08 +02:00
containers: mount /media as read-only
Necessary when passing cdemu mount points to the wine container.
This commit is contained in:
@ -21,6 +21,11 @@ let
|
||||
isReadOnly = false;
|
||||
};
|
||||
|
||||
media = rec {
|
||||
hostPath = "/media";
|
||||
mountPoint = hostPath;
|
||||
};
|
||||
|
||||
waylandDisplay = rec {
|
||||
hostPath = "/run/user/1000";
|
||||
mountPoint = hostPath;
|
||||
|
Reference in New Issue
Block a user