We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
In NixOS there is the option networking.hosts to configure the /etc/hosts file for additional DNS entries.
networking.hosts
/etc/hosts
Example:
networking.hosts = { "127.0.0.2" = ["other-localhost"]; "192.0.2.1" = ["mail.example.com" "imap.example.com"]; };
See NixOS Wiki - Networking for more information.
However, a similar options seems to be missing on nix-darwin regarding the listed options here: https://daiderd.com/nix-darwin/manual/index.html
Can we add the networking.hosts option to nix-darwin or is there already another way to configure the hosts file?
The text was updated successfully, but these errors were encountered:
Agreed! see #939
Sorry, something went wrong.
Oh, I searched for similar issues but missed the PR. I'll close this one as a duplicate.
Reopening this until either #939 or #807 gets merged
No branches or pull requests
Hi!
In NixOS there is the option
networking.hosts
to configure the/etc/hosts
file for additional DNS entries.Example:
See NixOS Wiki - Networking for more information.
However, a similar options seems to be missing on nix-darwin regarding the listed options here: https://daiderd.com/nix-darwin/manual/index.html
Can we add the
networking.hosts
option to nix-darwin or is there already another way to configure the hosts file?The text was updated successfully, but these errors were encountered: