Yggdrasil: enable IPv6 forwarding

This commit is contained in:
Ehmry - 2022-01-13 20:23:19 +01:00 committed by Astro
parent 0585961c81
commit 0e3921d126
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ lib.mkIf config.site.hosts.${hostName}.services.yggdrasil.enable {
fi
'';
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = 1;
# Forward traffic under the prefix.
services.yggdrasil = {
enable = true;
persistentKeys = true;