diff --git a/configuration.nix b/configuration.nix index 81b73b2..6a43dab 100644 --- a/configuration.nix +++ b/configuration.nix @@ -81,6 +81,20 @@ }; + # Jumphost for deployment on infra + programs.ssh = { + extraConfig = " + Host jumphost + hostname infra.cdaut.de + user clara + + Host internal + hostname 10.0.0.0/16 + user clara + proxyJump jumphost + "; + }; + services.gvfs.enable = true; # VPN services