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.
- Host: GitHub
- URL: https://github.com/shymega/nixos-container-remoted.nix
- Owner: shymega
- Created: 2025-02-24T20:41:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T21:20:35.000Z (over 1 year ago)
- Last Synced: 2025-02-24T21:33:44.323Z (over 1 year ago)
- Language: Nix
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```