dotfiles/nixos/modules/mullvad.nix

4 lines
55 B
Nix

{pkgs, ...}:
{
services.mullvad-vpn.enable = true;
}