cachix / cachix-deploy-amis

AMIs for using Cachix Deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a terraform module of AMI ids for NixOS ready to be used with Cachix Deploy.

If you're looking to get started using Cachix Deploy with AWS, see the cachix-deploy-aws repository.

Supported versions

  • NixOS stable: 23.05
  • NixOS unstable

Terraform module

Inputs

Name Description Type Default Required
region AWS region to use. If not provided, current provider's region will be used. string "" no
release NixOS version to use: stable or unstable. string "stable" no

Outputs

Name Description
id Cachix Deploy AMI

About

AMIs for using Cachix Deploy


Languages

Language:HCL 85.0%Language:Nix 11.9%Language:Shell 3.0%