ec2-build-container-host

This script sets up a container host test system based on NixOS. For configuration options consult:

https://search.nixos.org/options

To change the resulting system, edit the configuration.nix and re-run the script.

Usage

Usage:
  ec2-build-container-host [OPTION...]

Options:
  -h  Print this help
  -i  Path to SSH identity file
  -d  Domain or IP to EC2 instance
  -r  Reboot after building the system
  -b  Switch to new system on next boot

git clone https://github.com/mrckndt/ec2-build-container-host
cd ec2-build-container-host

bash ec2-build-container-host -i <PATH-TO-IDENTITY-FILE>
or
./ec2-build-container-host -i <PATH-TO-IDENTITY-FILE>

Follow the shown instructions and wait...

Description
Simple approach to launch a container host on AWS, based on NixOS
Readme 31 KiB
Languages
Nix 68.9%
Shell 31.1%