mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:28:51 +00:00
17 lines
540 B
Markdown
17 lines
540 B
Markdown
|
# Networking {#sec-networking}
|
||
|
|
||
|
This section describes how to configure networking components
|
||
|
on your NixOS machine.
|
||
|
|
||
|
```{=docbook}
|
||
|
<xi:include href="network-manager.section.xml" />
|
||
|
<xi:include href="ssh.section.xml" />
|
||
|
<xi:include href="ipv4-config.section.xml" />
|
||
|
<xi:include href="ipv6-config.section.xml" />
|
||
|
<xi:include href="firewall.section.xml" />
|
||
|
<xi:include href="wireless.section.xml" />
|
||
|
<xi:include href="ad-hoc-network-config.section.xml" />
|
||
|
<xi:include href="renaming-interfaces.section.xml" />
|
||
|
```
|
||
|
<!-- TODO: OpenVPN, NAT -->
|