mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Global: yeet mullvad in favor of tailscale
This commit is contained in:
parent
bdd46dedcf
commit
a22ad00b7e
3 changed files with 1 additions and 11 deletions
|
@ -1,9 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./vpn.nix
|
||||
./pipewire.nix
|
||||
# ./bluetooth.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "client";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
trayscale
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
services = {
|
||||
mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue