No description https://gensokyo.zone
Find a file
2024-03-13 11:37:46 -07:00
.github/workflows feat(ci): manually trigger updates 2024-03-07 08:53:13 -08:00
ci feat(ci): manually trigger updates 2024-03-07 08:53:13 -08:00
docs feat(idp): port forwarding 2024-03-11 22:05:38 -07:00
k8s ops(dex): remove 2024-01-24 17:38:20 -08:00
modules chore: flake update 2024-03-12 13:18:18 -07:00
nixos feat(idp): ssl pre-read 2024-03-13 11:36:41 -07:00
overlays chore: remove unused overlays 2024-02-02 13:16:03 -08:00
packages chore: flake update 2024-03-12 13:18:18 -07:00
systems feat(idp): ssl pre-read 2024-03-13 11:36:41 -07:00
tf fix(tf): idp records 2024-03-13 11:37:46 -07:00
.envrc refactor: clean up flake outputs 2024-02-02 11:15:45 -08:00
.gitattributes sops git diff filter 2023-03-29 14:37:31 -07:00
.gitignore feat(shell): nf-lint-tf 2024-01-16 11:03:27 -08:00
.rgignore refactor: get rid of config folder 2022-07-10 13:59:57 -07:00
.sops.yaml feat: add syncthing, freepbx 2024-02-28 13:40:41 -08:00
code_of_conduct.md code of conduct no caps 2021-11-11 20:23:11 +00:00
default.nix feat: replaced deploy system, migrated to infrastructure's methodologies 2024-01-27 20:07:28 -08:00
devShells.nix feat(ci): litterbox 2024-03-01 12:25:46 -08:00
flake.lock chore: flake update 2024-03-12 13:18:18 -07:00
flake.nix chore(k8s): nixpkgs PR was merged 2024-02-19 15:43:49 -08:00
generate.nix refactor(hakurei): add kyuuto 2024-02-09 16:06:34 -08:00
lib.nix refactor(systems): pull out inline modules 2024-02-23 13:10:36 -08:00
outputs.nix refactor(systems): pull out inline modules 2024-02-23 13:10:36 -08:00
readme.md feat(hakurei): docs 2024-02-22 17:21:30 -08:00
shell.nix refactor: clean up flake outputs 2024-02-02 11:15:45 -08:00
tree.nix chore(vouch): clean up local access 2024-02-19 15:20:16 -08:00

gensokyo.zone's Infrastructure

docs-badge

Welcome to the Palace of the Earth Spirits!

Contribution Guidelines

Nix

  • Please use alejandra as your source formatter.
  • Please check for dead code paths with deadnix.
  • Please use statix as your linter.

Terraform

  • Please use terraform fmt to format your Terraform work.
  • Please use tflint as your linter.
  • Please do not merge into files by category (e.g. variables, outputs, locals).

Build and Deploy

The -s disables flake checks.

# without trace
deploy -s .#<hostname>
# with trace
deploy -s .#<hostname> -- --show-trace
# deploy a fresh container
deploy -s .#<hostname> --hostname ct.local

Editing Secrets

sops nixos/systems/tewi/secrets.yaml

Adding Hosts

nf-sops-keyscan <hostname>
# or on a fresh container...
nf-sops-keyscan ct.local
vim .sops.yaml

Proxmox

Template

nf-tarball ct