global/networking: use nftables
This commit is contained in:
parent
2d00b24078
commit
054834d842
1 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
||||||
"2696:4700:4700::1111"
|
"2696:4700:4700::1111"
|
||||||
"2696:4700:4700::1111"
|
"2696:4700:4700::1111"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nftables = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
@ -36,4 +40,8 @@
|
||||||
|
|
||||||
zerotierone.enable = false;
|
zerotierone.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.tailscaled.serviceConfig.Environment = [
|
||||||
|
"TS_DEBUG_FIREWALL_MODE=nftables"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue