tvl-depot/users/wpcarro/nixos/diogenes
William Carroll f9e3ff80af fix(wpcarro/diogenes): Ensure PTR has trailing dot
For example see how Google does it:

```shell
$ dig google.com
142.250.64.206
$ dig -x 142.250.64.206
mia07s56-in-f14.1e100.net. # <- trailing dot
```

Change-Id: I300ffdc03cc740628a4f07f7822e8fadaf12a57a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4755
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
2022-01-08 05:33:03 +00:00
..
default.nix fix(wpcarro/diogenes): Ensure PTR has trailing dot 2022-01-08 05:33:03 +00:00
README.md feat(wpcarro/diogenes): Nixify diogenes's Terraform configuration 2022-01-08 05:31:50 +00:00

diogenes

diogenes is a NixOS machine deployed on a Google VM. It hosts https://wpcarro.dev.

Deployment

I manage diogenes's deployment with Terraform. My current workflow looks like this (highly subject to change):

cd /tmp/terraform # or any directory that hosts terraform state
outpath=$(nix-build /depot -A users.wpcarro.nixos.diogenes)
cp <out-path> .
nix-shell -p terraform google-cloud-sdk # gcloud to authenticate if necessary
terraform init/apply