Enable SSH X11 forwaring

This commit is contained in:
2025-06-13 10:26:59 +02:00
parent efac36b186
commit 41113e7f5b

View File

@@ -22,6 +22,8 @@
# Use performance for benchmarks
powerManagement.cpuFreqGovernor = "performance";
services.openssh.settings.X11Forwarding = true;
networking = {
timeServers = [ "ntp1.upc.edu" "ntp2.upc.edu" ];
hostName = "fox";