Global: yeet mullvad in favor of tailscale

This commit is contained in:
blahai 2024-12-16 18:16:45 +02:00
parent bdd46dedcf
commit a22ad00b7e
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc
3 changed files with 1 additions and 11 deletions

View file

@ -1,9 +1,7 @@
{ ... }:
{
imports = [
./vpn.nix
./pipewire.nix
# ./bluetooth.nix
./tailscale.nix
];
}

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: {
services.tailscale = {
enable = true;
useRoutingFeatures = "client";
};
environment.systemPackages = with pkgs; [
trayscale

View file

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