mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 02:31:49 +02:00
containers: Simplify
isReadOnly is true by default.
This commit is contained in:
parent
85f741c920
commit
410e5f50bb
@ -21,7 +21,6 @@
|
||||
x11Display = rec {
|
||||
hostPath = "/tmp/.X11-unix";
|
||||
mountPoint = hostPath;
|
||||
isReadOnly = true;
|
||||
};
|
||||
|
||||
dri = rec {
|
||||
|
@ -19,7 +19,6 @@
|
||||
x11Display = rec {
|
||||
hostPath = "/tmp/.X11-unix";
|
||||
mountPoint = hostPath;
|
||||
isReadOnly = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
x11Display = rec {
|
||||
hostPath = "/tmp/.X11-unix";
|
||||
mountPoint = hostPath;
|
||||
isReadOnly = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
x11Display = rec {
|
||||
hostPath = "/tmp/.X11-unix";
|
||||
mountPoint = hostPath;
|
||||
isReadOnly = true;
|
||||
};
|
||||
|
||||
dri = rec {
|
||||
|
@ -19,7 +19,6 @@
|
||||
x11Display = rec {
|
||||
hostPath = "/tmp/.X11-unix";
|
||||
mountPoint = hostPath;
|
||||
isReadOnly = true;
|
||||
};
|
||||
|
||||
dri = rec {
|
||||
|
Loading…
x
Reference in New Issue
Block a user