containers: Simplify

isReadOnly is true by default.
This commit is contained in:
Donovan Glover 2023-07-07 05:26:39 -04:00
parent 85f741c920
commit 410e5f50bb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
5 changed files with 0 additions and 5 deletions

View File

@ -21,7 +21,6 @@
x11Display = rec {
hostPath = "/tmp/.X11-unix";
mountPoint = hostPath;
isReadOnly = true;
};
dri = rec {

View File

@ -19,7 +19,6 @@
x11Display = rec {
hostPath = "/tmp/.X11-unix";
mountPoint = hostPath;
isReadOnly = true;
};
};

View File

@ -21,7 +21,6 @@
x11Display = rec {
hostPath = "/tmp/.X11-unix";
mountPoint = hostPath;
isReadOnly = true;
};
};

View File

@ -19,7 +19,6 @@
x11Display = rec {
hostPath = "/tmp/.X11-unix";
mountPoint = hostPath;
isReadOnly = true;
};
dri = rec {

View File

@ -19,7 +19,6 @@
x11Display = rec {
hostPath = "/tmp/.X11-unix";
mountPoint = hostPath;
isReadOnly = true;
};
dri = rec {