Research-Stack/4-Infrastructure/k3s-flake/pkgs/caddy-porkbun.nix
Brandon Schneider e5fb0a5f4d chore: commit accumulated working tree changes
Lean: update Semantics modules, add new numerics/physics data files
Hardware: update FPGA bitstreams (tangnano9k_uart_loopback)
Infra: k3s-flake tests, netcup-vps configuration, VCN compute substrate
Docs: ARCHITECTURE, specs, citation updates
2026-05-30 00:10:02 -05:00

8 lines
308 B
Nix

# Caddy with Porkbun DNS-01 plugin for wildcard TLS on researchstack.info
# Static binary for portability across NixOS and non-NixOS hosts.
{ pkgs }:
pkgs.pkgsStatic.caddy.withPlugins {
plugins = [ "github.com/caddy-dns/porkbun@v0.3.1" ];
hash = "sha256-X11vSQRbBg25I1eSKF2O5QBRS7zGOtdGhLISiwrHclw=";
}