Skip to content
Commit bf102825 authored by Arian van Putten's avatar Arian van Putten
Browse files

nixos/containers: Add assertion for container name length

When privateNetwork is enabled, currently the container's interface name
is derived from the container name. However, there's a hard limit
on the size of interface names. To avoid conflicts and other issues,
we set a limit on the container name when privateNetwork is enabled.

Fixes #38509
parent 70355982
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment