Compare commits

..

1 Commits

Author SHA1 Message Date
63298743e9 Enable nix-ld in weasel 2025-07-24 14:58:02 +02:00

View File

@@ -35,16 +35,6 @@
services.openssh.settings.X11Forwarding = true;
# Use SSH tunnel to reach internal hosts
programs.ssh.extraConfig = ''
Host bscpm04.bsc.es gitlab-internal.bsc.es tent
ProxyJump raccoon
Host raccoon
ProxyJump apex
HostName 127.0.0.1
Port 22022
'';
networking = {
timeServers = [ "ntp1.upc.edu" "ntp2.upc.edu" ];
hostName = "fox";