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 3 years ago
iso NixOS VM 3 years ago
nixos NixOS VM 3 years ago
scripts NixOS VM 3 years ago
test NixOS VM 3 years ago
COPYING NixOS VM 3 years ago
CoC.md NixOS VM 3 years ago
Makefile NixOS VM 3 years ago
README.md NixOS VM 3 years ago
nixos.pkr.hcl NixOS VM 3 years 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.