mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-23 19:21:40 +02: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.resolved.llmnr = "false";
|
||||||
|
|
||||||
|
services.mullvad-vpn = {
|
||||||
|
enable = true;
|
||||||
|
enableExcludeWrapper = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user