diff --git a/m/fox/configuration.nix b/m/fox/configuration.nix index ea793e7..076cd2f 100644 --- a/m/fox/configuration.nix +++ b/m/fox/configuration.nix @@ -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";