You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a digital ocean VM with 2 interfaces (one public and one private), the configuration by nixos-infect is as follows:
interfaces={eth0={ip4=[{address="1.2.3.4";prefixLength=18;}{address="10.15.0.8";prefixLength=16;}];};# eth1 is for private networking or something?eth1.useDHCP=false;};
I created a droplet with private networking to test this, but in my case, I ended up with 1 10.x address for each interface. Can you verify the issue's been resolved?
If you create a digital ocean VM with 2 interfaces (one public and one private), the configuration by nixos-infect is as follows:
It should instead be:
The text was updated successfully, but these errors were encountered: