nixfiles/README.md
2023-04-29 20:12:03 -07:00

21 lines
377 B
Markdown

# kittywitch infrastructure
This project uses:
* Nix
* deploy-rs (without nix flake check malarkey)
* sops-nix
* Terraform Cloud
* and many other things ...
## Usage
```bash
nix shell nixpkgs#repo
nix shell github:kittywitch/kittywitch#repo
direnv allow
sudo nixos-rebuild --flake .#$HOST switch --show-trace
deploy-rs .#$HOST
sops ./systems/yukari.yaml
terraform plan
```