infrastructure/README.md
2021-05-13 21:45:47 +01:00

17 lines
662 B
Markdown

# nixfiles
[![nixfiles](https://github.com/kittywitch/nixfiles/actions/workflows/nixfiles.yml/badge.svg)](https://github.com/kittywitch/nixfiles/actions/workflows/nixfiles.yml)
The public section of my NixOS configuration, using [arcnmx/tf-nix](https://github.com/arcnmx/tf-nix) for deployment, [arcnmx/ci](https://github.com/arcnmx/ci) for CI and [nmattia/niv](https://github.com/nmattia/niv) for dependency management.
## Commands
### Deployment
* `nix run -f . deploy.target.<targetName>.run.apply`
* `nix run -f . deploy.target.<targetName>.run -c terraform destroy`
### Host Building
* `nix build -f . hosts.<hostName>.config.system.build.toplevel`