un-mullvad

This commit is contained in:
mehbark 2025-12-08 19:51:03 -05:00
parent 7d6d31f26c
commit 79394b8724
2 changed files with 5 additions and 3 deletions

View file

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

View file

@ -138,8 +138,8 @@ in
helm
inotify-tools
libreoffice-qt-fresh
mullvad-vpn
thunderbird
openrgb-with-all-plugins
]);
home.file = {