diff options
author | Ben Sima <ben@bsima.me> | 2021-09-15 21:46:34 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-09-15 21:46:34 -0400 |
commit | bec0be8b42bca1785922237a4c06674bb5123e0c (patch) | |
tree | ac9bf1ecc6ded8cced9216a7f3a2a9f498f32c6a /machines/README.md | |
parent | d3503a13da2bdaf11adcc72bca44214960c23190 (diff) |
update machines, wip oxygen
Diffstat (limited to 'machines/README.md')
-rw-r--r-- | machines/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/README.md b/machines/README.md new file mode 100644 index 0000000..ae7ad68 --- /dev/null +++ b/machines/README.md @@ -0,0 +1,9 @@ +NixOS configurations I use. + +To create a vm, for example: + + nixos-generate -f virtualbox -c ./oxygen.nix + +Available formats are listed here: +https://github.com/nix-community/nixos-generators#supported-formats + |