mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
a18125eaf9
commit
ecb2463ee7
@ -1,6 +0,0 @@
|
||||
{
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
enableExcludeWrapper = false;
|
||||
};
|
||||
}
|
@ -32,4 +32,9 @@
|
||||
};
|
||||
|
||||
services.resolved.llmnr = "false";
|
||||
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
enableExcludeWrapper = false;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user