nixos-config/system/vpn.nix
2020-05-22 18:37:00 +02:00

5 lines
66 B
Nix

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