From ab95f0f47d2aa8246e24c078ba3662f0021e8ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Thu, 25 Aug 2022 22:28:15 +0200 Subject: [PATCH] chore(vpn): simplify config --- system/vpn.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/vpn.nix b/system/vpn.nix index ea30b10..049292f 100644 --- a/system/vpn.nix +++ b/system/vpn.nix @@ -3,9 +3,6 @@ { networking.wireguard.enable = true; - # TODO fix for https://github.com/NixOS/nixpkgs/issues/113589 - networking.firewall.checkReversePath = "loose"; - services.mullvad-vpn.enable = true; # set some options after every daemon start