[TAILSCALE DNS] Interfacing tailscale to cloudflare records

This commit is contained in:
Kat Inskip 2023-04-29 15:27:26 -07:00
parent 0862be524a
commit 5d9173c0a3
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 47 additions and 184 deletions

View file

@ -1 +1,21 @@
# kittywitch
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
```