forked from fabian/nix_config
add ipv6 support, net module and wireguard vpn
This commit is contained in:
parent
63a190bc7c
commit
4a7bda944f
5 changed files with 328 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
with lib; {
|
||||
networking = {
|
||||
nftables.enable = true;
|
||||
nftables.enable = false; # learn how to use this later
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [80 443];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue