set term variable

This commit is contained in:
Kopatz
2024-01-22 09:09:30 +01:00
parent e52a5047e8
commit 9f3b31359e
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
update = "sudo nixos-rebuild switch"; update = "sudo nixos-rebuild switch";
updateOffline = "sudo nixos-rebuild switch --option substitute false"; updateOffline = "sudo nixos-rebuild switch --option substitute false";
checkTime = "(cd ~/Nextcloud/work_drive/TS && nix run)"; checkTime = "(cd ~/Nextcloud/work_drive/TS && nix run)";
ssh="TERM=xterm-256color ssh";
}; };
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;

View File

@@ -25,7 +25,7 @@ in
]; ];
networking.firewall = { networking.firewall = {
enable = true; enable = false;
allowedTCPPorts = [ 53317 ]; #localsend allowedTCPPorts = [ 53317 ]; #localsend
allowedUDPPorts = [ 1194 53317 ]; #openvpn, localsend allowedUDPPorts = [ 1194 53317 ]; #openvpn, localsend
allowedTCPPortRanges = [ allowedTCPPortRanges = [