From b727fd3885099242b05cf914ef13f036ce46a446 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Wed, 6 Oct 2021 09:29:25 +0200 Subject: [PATCH] Add NixOS to the 'Reloading hosts file' section --- readme_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme_template.md b/readme_template.md index 92a846fe1..60ecfccef 100644 --- a/readme_template.md +++ b/readme_template.md @@ -419,6 +419,8 @@ Then modify the `hosts` line in your `/etc/nsswitch.conf` file to the following: hosts: cache files dns ``` +**NixOS**: The `nscd.service` is automatically restarted when the option `networking.extraHosts` was changed. + **Others**: Consult [this Wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). ### macOS