MyNixOS website logo
option

containers.<name>.allowedDevices

A list of device nodes to which the containers has access to.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    modifier = "rw";
    node = "/dev/net/tun";
  }
]