Compare commits

..

No commits in common. "6edc828ece53187ac8aa74ef138ae78d707b5edc" and "b7e81e009c1e58635b81c9f068f5c3e306e9401c" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -326,12 +326,9 @@
in
{
x86_64-linux.staff = staff "x86_64-linux";
x86_64-linux.arrow = inputs.nixos-generators.nixosGenerate rec {
x86_64-linux.arrow = inputs.nixos-generators.nixosGenerate {
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 {

View File

@ -12,9 +12,8 @@
# Use existing image in S3
data "aws_s3_object" "image" {
bucket = var.images_bucket
key = "arrow.vhd"
checksum_mode = "ENABLED"
bucket = var.images_bucket
key = "arrow.vhd"
}
# Setup IAM access for the VM Importer