.
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
## Segurança / rede
|
## Segurança / rede
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
tailscale
|
tailscale
|
||||||
|
netbird
|
||||||
zerotierone
|
zerotierone
|
||||||
cloudflared
|
cloudflared
|
||||||
sunshine
|
sunshine
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
just
|
just
|
||||||
cargo
|
cargo
|
||||||
gcc
|
gcc
|
||||||
|
netbird
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
gitFull
|
gitFull
|
||||||
|
|||||||
@@ -20,11 +20,18 @@
|
|||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
"net.ipv4.ip_unprivileged_port_start" = 53;
|
"net.ipv4.ip_unprivileged_port_start" = 53;
|
||||||
"net.ipv6.conf.all.forwarding" = true;
|
"net.ipv6.conf.all.forwarding" = true;
|
||||||
|
"net.ipv6.conf.default.forwarding" = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.docker.gid = 131;
|
users.groups.docker.gid = 131;
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
daemon.settings = {
|
||||||
|
ipv6 = true;
|
||||||
|
fixed-cidr-v6 = "fd00:db8:1::/64";
|
||||||
|
ip6tables = true;
|
||||||
|
experimental = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
|
|||||||
Reference in New Issue
Block a user