mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
Add section Virtualisation
This commit is contained in:
parent
2e89e0097f
commit
fd5e203d5d
1 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
* [Installation Media](#installation-media)
|
||||
* [Channel History](#channel-history)
|
||||
* [Deployment Tools](#deployment-tools)
|
||||
* [Virtualisation](#virtualisation)
|
||||
* [Command-Line Tools](#command-line-tools)
|
||||
* [Development](#development)
|
||||
* [DevOps](#devops)
|
||||
|
@ -80,11 +81,15 @@
|
|||
* [Nixery](https://github.com/tazjin/nixery) - A Docker-compatible container registry which builds images ad-hoc via Nix.
|
||||
* [Nixinate](https://github.com/MatthewCroughan/nixinate) - A Nix flake library to provide app outputs for managing existing NixOS hosts over SSH.
|
||||
* [NixOps](https://github.com/NixOS/nixops) - The official Nix deployment tool, compatible with AWS, Hetzner, and more.
|
||||
* [nixos-shell](https://github.com/Mic92/nixos-shell) - Simple headless VM configuration using Nix (similar to Vagrant).
|
||||
* [pushnix](https://github.com/arnarg/pushnix) - Simple cli utility that pushes NixOS configuration and triggers a rebuild using ssh.
|
||||
* [terraform-nixos](https://github.com/tweag/terraform-nixos) - A set of Terraform modules designed to deploy NixOS.
|
||||
* [terranix](https://terranix.org) - Use Nix and the NixOS module system to write your Terraform code.
|
||||
|
||||
## Virtualisation
|
||||
* [nixos-shell](https://github.com/Mic92/nixos-shell) - Simple headless VM configuration using Nix (similar to Vagrant).
|
||||
* [extra-container](https://github.com/erikarvstedt/extra-container) - Run declarative NixOS containers from the command line.
|
||||
* [microvm](https://github.com/astro/microvm.nix) - NixOS-based MicroVMs.
|
||||
|
||||
## Command-Line Tools
|
||||
|
||||
* [alejandra](https://github.com/kamadorueda/alejandra) - An opinionated Nix code formatter optimized for speed and consistency.
|
||||
|
|
Loading…
Reference in a new issue