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
This seems like something we should disable in all cases, as DHCP is not really a container level concern, and as far as I know the container runtime should configure the container network, and not through an indirection like DHCP.
I think we should have a file analogous to service/nixos-init.nix except its configuration is always enabled. service/nixos-defaults.nix? And then a module nixos/defaults.nix that actually does the disabling. Does that make sense?
This seems like something we should disable in all cases, as DHCP is not really a container level concern, and as far as I know the container runtime should configure the container network, and not through an indirection like DHCP.
I think we should have a file analogous to
service/nixos-init.nix
except its configuration is always enabled.service/nixos-defaults.nix
? And then a modulenixos/defaults.nix
that actually does the disabling. Does that make sense?Originally posted by @roberth in #199 (comment)
The text was updated successfully, but these errors were encountered: