nixos-config/hosts/common/services/mullvad.nix
2026-08-08 16:05:06 +02:00

10 lines
144 B
Nix

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