Merge pull request #108726 from omasanori/nixos/netgroup
nixos/networking: make /etc/netgroup by default
This commit is contained in:
@@ -558,6 +558,12 @@ http://some.json-exporter.host:7979/probe?target=https://example.com/some/json/e
|
|||||||
The GNOME desktop manager once again installs <package>gnome3.epiphany</package> by default.
|
The GNOME desktop manager once again installs <package>gnome3.epiphany</package> by default.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
NixOS now generates empty <literal>/etc/netgroup</literal>.
|
||||||
|
<literal>/etc/netgroup</literal> defines network-wide groups and may affect to setups using NIS.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -193,6 +193,10 @@ in
|
|||||||
cat ${escapeShellArgs cfg.hostFiles} > $out
|
cat ${escapeShellArgs cfg.hostFiles} > $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# /etc/netgroup: Network-wide groups.
|
||||||
|
netgroup.text = mkDefault ''
|
||||||
|
'';
|
||||||
|
|
||||||
# /etc/host.conf: resolver configuration file
|
# /etc/host.conf: resolver configuration file
|
||||||
"host.conf".text = ''
|
"host.conf".text = ''
|
||||||
multi on
|
multi on
|
||||||
|
|||||||
Reference in New Issue
Block a user