feat(mullvad): add mullvad client
This commit is contained in:
parent
339a6c15cd
commit
6cfefb0708
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking = {
|
||||
inherit (config.secrets.secrets.local.networking) hostId;
|
||||
|
@ -23,4 +23,8 @@
|
|||
};
|
||||
networking.nftables.firewall.zones.untrusted.interfaces = [ "lan01" ];
|
||||
wireguard.samba-patrick.client.via = "elisabeth-samba";
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue