Skip to content

Commit

Permalink
Merge pull request NixOS#287528 from arianvp/amazon-image-maintainer
Browse files Browse the repository at this point in the history
nixos/amazon-image: Take over maintainership
  • Loading branch information
lovesegfault authored Feb 9, 2024
2 parents 4e9726b + a123299 commit f459aee
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nixos/maintainers/scripts/ec2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Amazon images

* The `create-amis.sh` script will be replaced by https://github.com/NixOS/amis which will regularly upload AMIs per NixOS channel bump.

* @arianvp is planning to drop zfs support
* @arianvp is planning to rewrite the image builder to use the repart-based image builder.

2 changes: 2 additions & 0 deletions nixos/maintainers/scripts/ec2/amazon-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,6 @@ in {
'';
};
in if config.ec2.zfs.enable then zfsBuilder else extBuilder;

meta.maintainers = with maintainers; [ arianvp ];
}
1 change: 1 addition & 0 deletions nixos/modules/virtualisation/amazon-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@ in
# (e.g. it depends on GTK).
services.udisks2.enable = false;
};
meta.maintainers = with maintainers; [ arianvp ];
}
1 change: 1 addition & 0 deletions nixos/modules/virtualisation/amazon-init.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ in {
};
};
};
meta.maintainers = with maintainers; [ arianvp ];
}

0 comments on commit f459aee

Please sign in to comment.