enable mullvar daemon

This commit is contained in:
Leonardo Eugênio 2023-03-08 12:46:41 -03:00
parent d1782cc03e
commit e3261735cc

View file

@ -149,6 +149,7 @@
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
networking.firewall.enable = false;
services.mullvad-vpn.enable = true;
security.sudo.wheelNeedsPassword = false;
nix.registry.nixpkgs.flake = inputs.nixpkgs;