Commit a1232992 authored by Arian van Putten's avatar Arian van Putten
Browse files

nixos/amazon-image: Take over maintainership

I am actively working on bringing back Amazon Images for 24.05.
Please track progress in https://github.com/nixos/amis
parent 6babd03f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# 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 −0
Original line number Diff line number Diff line
@@ -157,4 +157,6 @@ in {
      '';
    };
  in if config.ec2.zfs.enable then zfsBuilder else extBuilder;

  meta.maintainers = with maintainers; [ arianvp ];
}
+1 −0
Original line number Diff line number Diff line
@@ -103,4 +103,5 @@ in
    # (e.g. it depends on GTK).
    services.udisks2.enable = false;
  };
  meta.maintainers = with maintainers; [ arianvp ];
}
+1 −0
Original line number Diff line number Diff line
@@ -84,4 +84,5 @@ in {
      };
    };
  };
  meta.maintainers = with maintainers; [ arianvp ];
}