set term variable
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -25,7 +25,7 @@ in
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
allowedTCPPorts = [ 53317 ]; #localsend
|
||||
allowedUDPPorts = [ 1194 53317 ]; #openvpn, localsend
|
||||
allowedTCPPortRanges = [
|
||||
|
||||
Reference in New Issue
Block a user