0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

ec2-amis.nix: add 19.09 amis

replace /home/deploy -> $HOME to allow running the script from outside
the bastion.
This commit is contained in:
AmineChikhaoui 2019-10-28 14:04:20 -04:00
parent fa4f091ac0
commit dc13a7f26a
No known key found for this signature in database
GPG key ID: 01D1CA28001B2FC8
2 changed files with 18 additions and 2 deletions

View file

@ -14,7 +14,7 @@
set -euo pipefail
# configuration
state_dir=/home/deploy/amis/ec2-images
state_dir=$HOME/amis/ec2-images
home_region=eu-west-1
bucket=nixos-amis