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 = {