This commit is contained in:
2026-05-15 16:18:31 -03:00
parent 5be703f809
commit cbd838fe21
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@
## Segurança / rede
bitwarden-desktop
tailscale
netbird
zerotierone
cloudflared
sunshine
+1 -1
View File
@@ -12,5 +12,5 @@
./nix-helper.nix
./self-host/self-host.nix
./self-host/firewall.nix
];
];
}
+1
View File
@@ -21,6 +21,7 @@
just
cargo
gcc
netbird
## Git
gitFull
@@ -20,11 +20,18 @@
boot.kernel.sysctl = {
"net.ipv4.ip_unprivileged_port_start" = 53;
"net.ipv6.conf.all.forwarding" = true;
"net.ipv6.conf.default.forwarding" = true;
};
users.groups.docker.gid = 131;
virtualisation.docker = {
enable = true;
daemon.settings = {
ipv6 = true;
fixed-cidr-v6 = "fd00:db8:1::/64";
ip6tables = true;
experimental = true;
};
};
services.tailscale = {