You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
iso | 11 months ago | |
nixos | 11 months ago | |
scripts | 11 months ago | |
test | 11 months ago | |
COPYING | 11 months ago | |
CoC.md | 11 months ago | |
Makefile | 11 months ago | |
README.md | 11 months ago | |
nixos.pkr.hcl | 11 months ago |
README.md
Description
This repository contains Packer manifest to build NixOS VM image.
License
All scripts and utilites are distributed under the GPLv3 license unless otherwise is specified.
Usage
To build Virtual Machine image run the following command:
$ make build
The command
$ make run
will initialize ssh connection to the running NixOS VM.
To test VM via goss run the make test
command.