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;
|
settings.PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
useRoutingFeatures = "client";
|
||||||
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 22 8384 22000 ];
|
networking.firewall.allowedTCPPorts = [ 22 8384 22000 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
|
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
|
||||||
|
|
@ -243,7 +246,6 @@ in
|
||||||
# STILL MILES BETTER THAN NIX_AUTO_INSTALL THOUGH
|
# STILL MILES BETTER THAN NIX_AUTO_INSTALL THOUGH
|
||||||
environment.variables.NIX_AUTO_RUN = "1";
|
environment.variables.NIX_AUTO_RUN = "1";
|
||||||
|
|
||||||
services.mullvad-vpn.enable = true;
|
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
|
||||||
2
home.nix
2
home.nix
|
|
@ -138,8 +138,8 @@ in
|
||||||
helm
|
helm
|
||||||
inotify-tools
|
inotify-tools
|
||||||
libreoffice-qt-fresh
|
libreoffice-qt-fresh
|
||||||
mullvad-vpn
|
|
||||||
thunderbird
|
thunderbird
|
||||||
|
openrgb-with-all-plugins
|
||||||
]);
|
]);
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue