meta: Merge mullvad module with networking

It should be fairly straight-forward to add an option that explicitly
enables mullvad and the associated networking rules.
This commit is contained in:
Donovan Glover 2024-04-04 04:24:54 -04:00
parent a18125eaf9
commit ecb2463ee7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +0,0 @@
{
services.mullvad-vpn = {
enable = true;
enableExcludeWrapper = false;
};
}

View File

@ -32,4 +32,9 @@
};
services.resolved.llmnr = "false";
services.mullvad-vpn = {
enable = true;
enableExcludeWrapper = false;
};
}