Enable compression and forwardX11Trusted for freia & heimdall

This commit is contained in:
Evie Litherland-Smith 2024-08-05 14:50:09 +01:00
parent 14d8fba769
commit 36372fa0ba

View file

@ -32,10 +32,14 @@
"freia" = {
user = "elitherl";
hostname = "freia027.hpc.l";
compression = true;
forwardX11Trusted = true;
};
"heimdall" = {
user = "elitherl";
hostname = "10.40.4.115";
hostname = "10.40.4.115"; # heimdall115.jetdata.eu
compression = true;
forwardX11Trusted = true;
};
};
};