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
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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