diff --git a/home-manager/zsh.nix b/home-manager/zsh.nix index a800138..079d2d0 100644 --- a/home-manager/zsh.nix +++ b/home-manager/zsh.nix @@ -9,6 +9,7 @@ update = "sudo nixos-rebuild switch"; updateOffline = "sudo nixos-rebuild switch --option substitute false"; checkTime = "(cd ~/Nextcloud/work_drive/TS && nix run)"; + ssh="TERM=xterm-256color ssh"; }; oh-my-zsh = { enable = true; diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 00542a2..80d3ae5 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -25,7 +25,7 @@ in ]; networking.firewall = { - enable = true; + enable = false; allowedTCPPorts = [ 53317 ]; #localsend allowedUDPPorts = [ 1194 53317 ]; #openvpn, localsend allowedTCPPortRanges = [