MyNixOS website logo
option

containers.<name>.additionalCapabilities

Grant additional capabilities to the container. See the capabilities(7) and systemd-nspawn(1) man pages for more information.

Declarations
Type
list of string
Default
[ ]
Example
[
  "CAP_NET_ADMIN"
  "CAP_MKNOD"
]