dotfiles/nix/home/programs/mullvad/default.nix
2022-08-09 17:41:17 -07:00

4 lines
93 B
Nix

{
networking.wireguard.enable = false;
networking.firewall.checkReversePath = "loose";
}