tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: idk what im even doing anymore
devins.page
3 months ago
e32d7a78
a41360e2
+2
-2
1 changed file
expand all
collapse all
unified
split
hosts
bluepill-proxy
services
nftables.nix
+2
-2
hosts/bluepill-proxy/services/nftables.nix
···
1
1
-
{pkgs, ...}: {
1
1
+
{...}: {
2
2
boot.kernel.sysctl = {
3
3
"net.ipv4.ip_forward" = 1;
4
4
"net.ipv6.conf.all.forwarding" = 1;
···
12
12
13
13
networking.nat = {
14
14
enable = true;
15
15
-
externalInterface = "ens6";
15
15
+
externalInterface = "tailscale0";
16
16
externalIP = "100.108.47.83";
17
17
forwardPorts = [
18
18
{