diff --git a/m/common/ssf.nix b/m/common/ssf.nix index 4638c54..60fbb04 100644 --- a/m/common/ssf.nix +++ b/m/common/ssf.nix @@ -5,6 +5,5 @@ ./ssf/fs.nix ./ssf/net.nix ./ssf/hosts.nix - ./ssf/ssh.nix ]; } diff --git a/m/common/ssf/ssh.nix b/m/common/ssf/ssh.nix deleted file mode 100644 index 86978f9..0000000 --- a/m/common/ssf/ssh.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ - # Connect to intranet git hosts via proxy - programs.ssh.extraConfig = '' - # Connect to BSC machines via hut proxy too - Host amdlogin1.bsc.es armlogin1.bsc.es hualogin1.bsc.es glogin1.bsc.es glogin2.bsc.es fpgalogin1.bsc.es - ProxyCommand nc -X connect -x hut:23080 %h %p - ''; -}