.
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
./nix-helper.nix
|
||||
./self-host/self-host.nix
|
||||
./self-host/firewall.nix
|
||||
];
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user