diff --git a/systems/x86_64-linux/earth/default.nix b/systems/x86_64-linux/earth/default.nix index 478bf13..7729054 100644 --- a/systems/x86_64-linux/earth/default.nix +++ b/systems/x86_64-linux/earth/default.nix @@ -24,7 +24,7 @@ ''; services.fstrim.enable = true; services.vpn.enable = true; - services.vpn.mullvad = true; + # services.vpn.mullvad = true; services.transmission = { enable = true; package = pkgs.transmission_4;