mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
readme: References to used things, organisation, planning?
This commit is contained in:
parent
712dcd05c4
commit
e59108c9d2
1 changed files with 16 additions and 4 deletions
20
README.md
20
README.md
|
|
@ -1,5 +1,17 @@
|
|||
# kat's nixfiles
|
||||
# nixfiles
|
||||
|
||||
* `nix run -f . deploy.target.<target name>.run.apply`
|
||||
* `nix run -f . deploy.target.<target name>.run -c terraform destroy`
|
||||
* `nix build -f . hosts.<host name>.config.system.build.toplevel`
|
||||
The public section of my NixOS configuration, using [arcnmx/tf-nix](https://github.com/arcnmx/tf-nix) for deployment and [nmattia/niv](https://github.com/nmattia/niv) for dependency management.
|
||||
|
||||
Building and evaluation should hopefully be possible without the trusted submodule. CI should eventually be used to attempt to ensure this.
|
||||
|
||||
## 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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue