Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/containers: don't create veths if not configured #49392

Merged
merged 1 commit into from Dec 3, 2018

Commits on Oct 29, 2018

  1. nixos/containers: don't create veths if not configured

    Previously, setting "privateNetwork = true" without specifying host and
    local addresses would create unconfigured interfaces: ve-$INSTANCE on the host
    and eth0 inside the container.
    
    These changes is rebased part of the original PR NixOS#3021.
    uvNikita committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    6d4b02d View commit details
    Browse the repository at this point in the history