flake-config/hosts/crayon/www/5438.squi.bid.nix
2025-11-09 23:51:40 -05:00

12 lines
175 B
Nix

{ ... }:
{
root = "/var/www/5438"; # TODO: make declarative
locations."/" = {
index = "zacharys-guide.pdf";
};
# https
enableACME = true;
forceSSL = true;
}