.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user