mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
16 lines
540 B
Markdown
16 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 -->
|