mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
21 lines
377 B
Markdown
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
|
|
```
|