mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-30 18:56:16 +00:00
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
8 lines
308 B
Nix
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=";
|
|
}
|