This commit is contained in:
2026-05-17 17:37:35 -03:00
parent 8caa857f9e
commit 62326a8185
7 changed files with 59 additions and 80 deletions
@@ -8,7 +8,6 @@
{
mods = {
netbird.enable = true;
tailscale.enable = true;
flakePath = "/etc/nixos";
};
@@ -22,7 +21,6 @@
};
};
boot.kernel.sysctl = {
"net.ipv4.ip_unprivileged_port_start" = 53;
"net.ipv6.conf.all.forwarding" = true;
@@ -33,11 +31,11 @@
virtualisation.docker = {
enable = true;
daemon.settings = {
ipv6 = true;
fixed-cidr-v6 = "fd00:db8:1::/64";
ip6tables = true;
experimental = true;
};
ipv6 = true;
fixed-cidr-v6 = "fd00:db8:1::/64";
ip6tables = true;
experimental = true;
};
};
services.tailscale = {