Yggdrasil: Difference between revisions
m fix |
Everypizza (talk | contribs) m Add install instructions |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[https://yggdrasil-network.github.io/ Yggdrasil] is an overlay network implementation of a new routing scheme for mesh networks. It is designed to be a future-proof decentralised alternative to the structured routing protocols commonly used today on the Internet and other networks. | |||
This article extends the documentation in the [https://nixos.org/manual/nixos/stable/#module-services-networking-yggdrasil NixOS manual]. | This article extends the documentation in the [https://nixos.org/manual/nixos/stable/#module-services-networking-yggdrasil NixOS manual]. | ||
== Enabling == | |||
Install and enable Yggdrasil by adding <code><nowiki>services.yggdrasil.enable = true;</nowiki></code> to your NixOS configuration. | |||
== Virtual-hosts == | == Virtual-hosts == | ||
Line 119: | Line 123: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Networking]] |