From 2bb4847198cad821df1eaef6d7e65f6597e3f401 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 14 Jun 2024 09:57:33 -0400 Subject: [PATCH] phone: Remove mullvad-vpn service due to missing rpfilter The mullvad-vpn service depends on iptables, which breaks support on the PinePhone. --- phone.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/phone.nix b/phone.nix index 935f4a52..c2d668f4 100644 --- a/phone.nix +++ b/phone.nix @@ -11,13 +11,9 @@ in modules = { system = { - mullvad = true; + phone = true; hostName = "mobile-nixos"; stateVersion = "23.11"; }; - - desktop = { - phone = true; - }; }; }