mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 18:32:24 +00:00
Compare commits
No commits in common. "6edc828ece53187ac8aa74ef138ae78d707b5edc" and "b7e81e009c1e58635b81c9f068f5c3e306e9401c" have entirely different histories.
6edc828ece
...
b7e81e009c
@ -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 {
|
||||
|
@ -14,7 +14,6 @@
|
||||
data "aws_s3_object" "image" {
|
||||
bucket = var.images_bucket
|
||||
key = "arrow.vhd"
|
||||
checksum_mode = "ENABLED"
|
||||
}
|
||||
|
||||
# Setup IAM access for the VM Importer
|
||||
|
Loading…
x
Reference in New Issue
Block a user