From 5741a149000f8837f032c0bf1ebe3ae429dae0ca Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 6 Feb 2023 01:02:51 -0700 Subject: [PATCH] Add info about the NGNIX files --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ebdb3a..62d0bac 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,9 @@ sudo nix-channel --update These files are for development such as Apache. - `lamp.nix` : This file is a WIP for LAMP setup. -- `nginx.nix` : This file is a basic setup for Nginx. +- `ahoneybun-net.nix` : This file is a basic setup for my website (ahoneybun.net). +- `hydra-ahoneybun-net.nix` : This file is a NGINX reverse proxy for my [Hydra](https://github.com/NixOS/hydra) server pointing to the localhost. +- `ngnix-owncast.nix` : This file is a NGINX reverse proxy for [Owncast](https://owncast.online) though it is not currently working. ## Home Manager file: (nix-configs/home)