Add Mullvad VPN

This commit is contained in:
Kevin Kandlbinder 2023-04-16 17:02:58 +02:00
parent a71a4f4599
commit ff459f51a4
Signed by: kevin
GPG key ID: 1460B586646E180D
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{pkgs, ...}:
{
services.mullvad-vpn.enable = true;
}