un-mullvad
This commit is contained in:
parent
7d6d31f26c
commit
79394b8724
2 changed files with 5 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -138,8 +138,8 @@ in
|
|||
helm
|
||||
inotify-tools
|
||||
libreoffice-qt-fresh
|
||||
mullvad-vpn
|
||||
thunderbird
|
||||
openrgb-with-all-plugins
|
||||
]);
|
||||
|
||||
home.file = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue