Remove setting compression in specific hosts

This commit is contained in:
Evie Litherland-Smith 2024-01-05 07:36:09 +00:00
parent 48cf8ce37e
commit 9a80c6f759

View file

@ -166,7 +166,6 @@
"freia" = { "freia" = {
user = "elitherl"; user = "elitherl";
hostname = "freia020.hpc.l"; hostname = "freia020.hpc.l";
compression = true;
localForwards = [{ localForwards = [{
bind.port = 6702; bind.port = 6702;
host = { host = {
@ -178,7 +177,6 @@
"heimdall" = { "heimdall" = {
user = "elitherl"; user = "elitherl";
hostname = "heimdall003.jet.uk"; hostname = "heimdall003.jet.uk";
compression = true;
}; };
}; };
}; };