Go to file
Benjamin Yule Bädorf 56ea689de6
feat: add nix config to this repository
This used to live in the old pub-solar/os repository in the `momo/main`
branch. This commit changes that so this repository has all code from
terraform to nix.
2024-02-25 17:41:25 +01:00
.forgejo/workflows feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
hosts feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
lib feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
modules feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
overlays feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
pkgs feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
secrets feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
terraform fix: update momo.koeln DNS zone 2024-01-13 01:16:02 +01:00
users feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
.envrc feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
.gitignore feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
README.md dns: init momo.koeln terraform files 2023-04-11 17:52:30 +02:00
flake.lock feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
flake.nix feat: add nix config to this repository 2024-02-25 17:41:25 +01:00

README.md

Momo infra repo

Manage DNS records with terraform

cd terraform
terraform init
# Make changes to dns.tf
terraform plan -out "momo-infra.plan"
terraform apply "momo-infra.plan"

For more details, see the terraform hosting.de provider docs