diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-06-24 22:24:15 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-06-24 22:24:15 +0200 |
commit | 200690c9aecec1f38c1a62a65916df2950e1afe7 (patch) | |
tree | 6aa365dd4c7164016837ac1e728d7bb25a7ce2be /environments | |
parent | 6689bca19502aa8823dfc0fd3948e8e0a7cb9976 (diff) | |
download | Nix-200690c9aecec1f38c1a62a65916df2950e1afe7.tar.gz Nix-200690c9aecec1f38c1a62a65916df2950e1afe7.tar.zst Nix-200690c9aecec1f38c1a62a65916df2950e1afe7.zip |
First attempt at making declarative VMs
In order to make buildbot more secure, the builds need to happen inside
VMs so that they can be thrown out on demand when not needed.
This commit implements this facility on dilion, and also defines
declaratively some previous VMs which used to run on the machine.
Diffstat (limited to 'environments')
-rw-r--r-- | environments/immae-eu.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index ca9e5b5..df57e55 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix | |||
@@ -123,7 +123,7 @@ let | |||
123 | sshfs ncdu procps-ng | 123 | sshfs ncdu procps-ng |
124 | 124 | ||
125 | # other tools | 125 | # other tools |
126 | pgloader s3cmd lftp jq cpulimit libxslt gandi-cli | 126 | pgloader s3cmd lftp jq cpulimit libxslt gandi-cli bubblewrap |
127 | 127 | ||
128 | # Terraform + AWS | 128 | # Terraform + AWS |
129 | terraform_0_12 awscli | 129 | terraform_0_12 awscli |