dots/hosts/orion/modules/services/mullvad.nix

6 lines
101 B
Nix

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