diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index a09933e3..091a3643 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -85,6 +85,16 @@ in ''; }; }; + "docs.railbird.ai" = { + enableACME = true; + forceSSL = true; + root = "/var/lib/syncthing/railbird/docs"; + locations."/" = { + extraConfig = '' + autoindex on; + ''; + }; + }; }; };