An open API service indexing awesome lists of open source software.

https://github.com/shymega/nixos-container-remoted.nix

Nix Flake for generating LXD/Docker/VMs from NixOS configurations.
https://github.com/shymega/nixos-container-remoted.nix

Last synced: over 1 year ago
JSON representation

Nix Flake for generating LXD/Docker/VMs from NixOS configurations.

Awesome Lists containing this project

README

          

# Syntax

```nix
nix build --override-input nixos-cfg \
$URL_TO_NIXOS_FLAKE \
--override-input output-type \
file+file:///<(printf %s "$YOUR_OUTPUT_FORMAT") \
--override-input nixos-system \
file+file:///<(printf %s "$YOUR NIXOSCONFIGURATIONS OUTPUT") \
.#generate
```