4 lines
93 B
Nix
4 lines
93 B
Nix
{
|
|
networking.wireguard.enable = false;
|
|
networking.firewall.checkReversePath = "loose";
|
|
}
|