phone: Remove mullvad-vpn service due to missing rpfilter

The mullvad-vpn service depends on iptables, which breaks support on the
PinePhone.
This commit is contained in:
Donovan Glover
2024-06-14 09:57:33 -04:00
parent 05b14fa423
commit 2bb4847198

View File

@ -11,13 +11,9 @@ in
modules = { modules = {
system = { system = {
mullvad = true; phone = true;
hostName = "mobile-nixos"; hostName = "mobile-nixos";
stateVersion = "23.11"; stateVersion = "23.11";
}; };
desktop = {
phone = true;
};
}; };
} }