MyNixOS website logo
option

services.podman.networks.<name>.labels

The labels to apply to the network.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  app = "myapp";
  some-label = "somelabel";
}