From 5c7a2728775ab92c267e977148c9dcfaae8cda4b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 15 Aug 2024 21:46:01 -0400 Subject: [PATCH] system: Switch to mullvad package without gui The GUI isn't needed anymore now that I'm able to deploy mullvad to new phone systems without using it. --- modules/system.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system.nix b/modules/system.nix index faef2239..4c4041de 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -266,7 +266,6 @@ in mullvad-vpn = mkIf mullvad { enable = true; enableExcludeWrapper = false; - package = pkgs.mullvad-vpn; }; postgresql = mkIf postgres {