feat(vpn): add tailscale

This commit is contained in:
Felix Schröter 2023-12-27 04:32:40 +01:00
parent 6ff98a46da
commit f76a0f494e
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
with pkgs; {
home.packages = with pkgs; [ mullvad-vpn ];