diff --git a/profiles/remote-builders/default.nix b/profiles/remote-builders/default.nix index 741cded..2be1a8f 100644 --- a/profiles/remote-builders/default.nix +++ b/profiles/remote-builders/default.nix @@ -126,6 +126,7 @@ let maxJobs = 1; # 8 cores speedFactor = 0; publicKey = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBILGULKEzYe5kPorM0rWATv10qq6debfCuYUYqw3HWZm4Y5Pi7mVKcf8lKFNPc1DxT/dStfxxtHj/2fbezaxElk="; + inherit (proxyjump-ntnu) proxy; } { systems = ["x86_64-linux"]; @@ -134,6 +135,7 @@ let maxJobs = 1; # 8 cores speedFactor = 0; publicKey = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKw92q3eB5HZbKJN3p+80MtirqcXPu01USE9LnoGYJuDvko1udjIy4UR0wAwELqgs+r7mJyuQPeXmOZKwjHP6tM="; + inherit (proxyjump-ntnu) proxy; } /**/ ];