From 58432fe9088dce8bd9da937c9edccc27d06ef819 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 19 Aug 2024 14:30:56 -0600 Subject: [PATCH] [NixOS] Host docs.railbird.ai --- nixos/machines/biskcomp.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; + ''; + }; + }; }; };