From 79394b87247dd6c6a274eaaacf24dfd2e33c0879 Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 8 Dec 2025 19:51:03 -0500 Subject: [PATCH] un-mullvad --- configuration.nix | 6 ++++-- home.nix | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index a5bbea6..07afbfc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -191,7 +191,10 @@ in settings.PasswordAuthentication = false; }; - services.tailscale.enable = true; + services.tailscale = { + enable = true; + useRoutingFeatures = "client"; + }; networking.firewall.allowedTCPPorts = [ 22 8384 22000 ]; networking.firewall.allowedUDPPorts = [ 22000 21027 ]; @@ -243,7 +246,6 @@ in # STILL MILES BETTER THAN NIX_AUTO_INSTALL THOUGH environment.variables.NIX_AUTO_RUN = "1"; - services.mullvad-vpn.enable = true; services.resolved.enable = true; services.syncthing = { diff --git a/home.nix b/home.nix index 61288d8..88780d9 100644 --- a/home.nix +++ b/home.nix @@ -138,8 +138,8 @@ in helm inotify-tools libreoffice-qt-fresh - mullvad-vpn thunderbird + openrgb-with-all-plugins ]); home.file = {