Cloud-ready NixOS for OpenStack environments
Explore the docs »
Report Bug
·
Request Feature
This project is a simple way to build and configure image of NixOS for OpenStack environments.
This image build an minimal NixOS distribution that support Openstack as host.
This image is updated when NixOS released a new version on their public repository here.
Build the image locally:
export VERSION=23.11
docker run -e VERSION -v ./config:/app -v ./run.sh:/run.sh --rm -it "nixos/nix:2.21.2" sh /run.sh
- Set your OpenStack environment variables
- Download the latest image from the repository page
- Upload image to your OpenStack environment
openstack image create --disk-format=qcow2 --container-format=bare --min-disk 5 --file nixos.qcow2 'NixOS'
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-2.0 License. See LICENSE.md
for more information.
Kevin Allioli - @linit_io - [email protected]
Valentin Chassignol - @Vinetos - [email protected]
Project Link: https://github.com/linitio/openstack-nixos-image