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:
parent
fa4f091ac0
commit
dc13a7f26a
2 changed files with 18 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue