From bcc9a7bf6e50c475b3ec7e0bfbe3f0e2c02e6e19 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Sat, 11 Nov 2023 16:40:09 -0500 Subject: [PATCH] lotusronin website --- flake.nix | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) diff --git a/flake.nix b/flake.nix index eaeede6..aa7bfe9 100644 --- a/flake.nix +++ b/flake.nix @@ -878,6 +878,150 @@ #locations."/bookclub/".proxyPass = "http://localhost:8888/room/!xSMgeFJYbuYTOGAGga:synapse.room409.xyz/"; }; + virtualHosts."lotusronin.room409.xyz" = { + forceSSL = true; + enableACME = true; + locations."/" = { + root = pkgs.writeTextDir "index.html" '' + + + + LotusRonin's Website + + + +
+

Main Page

+

+ Take control of your tools, break from the system. Less is more. +
+
+
    +
  1. 📜 Blog
  2. +
  3. 👨‍đŸ’ģ Code
  4. +
  5. đŸ•šī¸ Games
  6. +
  7. (.)(.) MLKRs.shop signup
  8. +
  9. 📄 Resume/About Me
  10. +
+
+

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ''; + }; + }; + virtualHosts."miloignis.room409.xyz" = { forceSSL = true; enableACME = true;