1
0
forked from extern/nix-config
donovanglover-nix-config/modules/mullvad.nix
Donovan Glover 9c7fb0b490
mullvad: Remove gui package
Not needed since the command line program is excellent. Makes things
easier overall and no longer have to worry about GUI-specific bugs.
2023-07-07 10:49:22 -04:00

7 lines
89 B
Nix

{
services.mullvad-vpn = {
enable = true;
enableExcludeWrapper = false;
};
}