aws generator gh workflow and terraform upload

This commit is contained in:
Noah Masur
2022-09-21 03:49:04 +00:00
parent 720a3cc409
commit f834cc20f4
4 changed files with 341 additions and 1 deletions

View File

@ -118,7 +118,7 @@
# Package servers into images with a generator
packages.x86_64-linux = with inputs; {
aws = import ./generators/aws.nix {
aws = import ./generators/aws {
inherit nixpkgs nixos-generators home-manager globals;
system = "x86_64-linux";
};