aboutsummaryrefslogtreecommitdiff
path: root/docker.nix
diff options
context:
space:
mode:
authorJairo Llopis <Yajo@users.noreply.github.com>2022-04-14 13:49:47 +0100
committerGitHub <noreply@github.com>2022-04-14 13:49:47 +0100
commitaa3927f0f19a654a80166aa007b7f830fc3536b8 (patch)
treed7649f702eac2f9df95e60bced9cabadf34444c3 /docker.nix
parent0e58affd3967d113e43811311db9ee090778a756 (diff)
feat: include openssh in docker image
When leveraging remote builders or cache in CI workloads, sometimes you need to configure nix to connect via SSH to a remote server. It is the case for example when using nixbuild.net. By including `openssh` package, CI should be able to reach remote builders when configured i.e. with environment variables.
Diffstat (limited to 'docker.nix')
-rw-r--r--docker.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker.nix b/docker.nix
index 251bd2f46..0cd64856f 100644
--- a/docker.nix
+++ b/docker.nix
@@ -22,6 +22,7 @@ let
findutils
iana-etc
git
+ openssh
];
users = {