Packer manifest to build NixOS VM
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.
 
 
 
 
Maxim Likhachev 9453a4ccfa NixOS VM 11 months ago
iso NixOS VM 11 months ago
nixos NixOS VM 11 months ago
scripts NixOS VM 11 months ago
test NixOS VM 11 months ago
COPYING NixOS VM 11 months ago
CoC.md NixOS VM 11 months ago
Makefile NixOS VM 11 months ago
README.md NixOS VM 11 months ago
nixos.pkr.hcl NixOS VM 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.