forked from extern/nix-config
containers: Simplify
isReadOnly is true by default.
This commit is contained in:
parent
85f741c920
commit
410e5f50bb
@ -21,7 +21,6 @@
|
|||||||
x11Display = rec {
|
x11Display = rec {
|
||||||
hostPath = "/tmp/.X11-unix";
|
hostPath = "/tmp/.X11-unix";
|
||||||
mountPoint = hostPath;
|
mountPoint = hostPath;
|
||||||
isReadOnly = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
dri = rec {
|
dri = rec {
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
x11Display = rec {
|
x11Display = rec {
|
||||||
hostPath = "/tmp/.X11-unix";
|
hostPath = "/tmp/.X11-unix";
|
||||||
mountPoint = hostPath;
|
mountPoint = hostPath;
|
||||||
isReadOnly = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
x11Display = rec {
|
x11Display = rec {
|
||||||
hostPath = "/tmp/.X11-unix";
|
hostPath = "/tmp/.X11-unix";
|
||||||
mountPoint = hostPath;
|
mountPoint = hostPath;
|
||||||
isReadOnly = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
x11Display = rec {
|
x11Display = rec {
|
||||||
hostPath = "/tmp/.X11-unix";
|
hostPath = "/tmp/.X11-unix";
|
||||||
mountPoint = hostPath;
|
mountPoint = hostPath;
|
||||||
isReadOnly = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
dri = rec {
|
dri = rec {
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
x11Display = rec {
|
x11Display = rec {
|
||||||
hostPath = "/tmp/.X11-unix";
|
hostPath = "/tmp/.X11-unix";
|
||||||
mountPoint = hostPath;
|
mountPoint = hostPath;
|
||||||
isReadOnly = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
dri = rec {
|
dri = rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user