forked from extern/nix-config
9c7fb0b490
Not needed since the command line program is excellent. Makes things easier overall and no longer have to worry about GUI-specific bugs.
7 lines
89 B
Nix
7 lines
89 B
Nix
{
|
|
services.mullvad-vpn = {
|
|
enable = true;
|
|
enableExcludeWrapper = false;
|
|
};
|
|
}
|