mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
[TAILSCALE DNS] Interfacing tailscale to cloudflare records
This commit is contained in:
parent
0862be524a
commit
5d9173c0a3
4 changed files with 47 additions and 184 deletions
20
README.md
20
README.md
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue