Add configuration for amon

This commit is contained in:
Kevin Kandlbinder 2023-04-24 12:28:23 +02:00
parent ff459f51a4
commit 413b12b4e1
Signed by: kevin
GPG key ID: 1460B586646E180D
6 changed files with 113 additions and 16 deletions

View file

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