forked from extern/nix-config
7 lines
89 B
Nix
7 lines
89 B
Nix
|
{
|
||
|
services.mullvad-vpn = {
|
||
|
enable = true;
|
||
|
enableExcludeWrapper = false;
|
||
|
};
|
||
|
}
|