mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-05 02:29:08 +00:00
Compare commits
2 Commits
b7e81e009c
...
6edc828ece
Author | SHA1 | Date | |
---|---|---|---|
|
6edc828ece | ||
|
4b22c774e2 |
@ -326,9 +326,12 @@
|
||||
in
|
||||
{
|
||||
x86_64-linux.staff = staff "x86_64-linux";
|
||||
x86_64-linux.arrow = inputs.nixos-generators.nixosGenerate {
|
||||
x86_64-linux.arrow = inputs.nixos-generators.nixosGenerate rec {
|
||||
system = "x86_64-linux";
|
||||
format = "iso";
|
||||
specialArgs = {
|
||||
pkgs-caddy = import inputs.nixpkgs-caddy { inherit system; };
|
||||
};
|
||||
modules = import ./hosts/arrow/modules.nix { inherit inputs globals overlays; };
|
||||
};
|
||||
x86_64-linux.arrow-aws = inputs.nixos-generators.nixosGenerate rec {
|
||||
|
@ -12,8 +12,9 @@
|
||||
|
||||
# Use existing image in S3
|
||||
data "aws_s3_object" "image" {
|
||||
bucket = var.images_bucket
|
||||
key = "arrow.vhd"
|
||||
bucket = var.images_bucket
|
||||
key = "arrow.vhd"
|
||||
checksum_mode = "ENABLED"
|
||||
}
|
||||
|
||||
# Setup IAM access for the VM Importer
|
||||
|
Loading…
Reference in New Issue
Block a user