nixos/networking: make /etc/netgroup by default

This will prevent nscd from complaining /etc/netgroup being absent.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
This commit is contained in:
Masanori Ogino
2021-01-10 11:01:48 +09:00
parent 2032339e5b
commit d1d6403cb5
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -193,6 +193,10 @@ in
cat ${escapeShellArgs cfg.hostFiles} > $out
'';
# /etc/netgroup: Network-wide groups.
netgroup.text = mkDefault ''
'';
# /etc/host.conf: resolver configuration file
"host.conf".text = ''
multi on