From ec6c88af7d88c4e507ba6c585d71628c8b2fadef Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 6 Feb 2023 01:14:56 -0700 Subject: [PATCH] Correct spelling --- README.md | 4 ++-- dev/{ngnix-owncast.nix => nginx-owncast.nix} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename dev/{ngnix-owncast.nix => nginx-owncast.nix} (100%) diff --git a/README.md b/README.md index 88b7544..ac1c781 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ sudo nix-channel --update ## Development Nix files: (nix-configs/dev) -These files are for development such as LAMP and NGNIX. +These files are for development such as LAMP and NGINX. - `lamp.nix` : This file is a WIP for LAMP setup. - `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. +- `nginx-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) diff --git a/dev/ngnix-owncast.nix b/dev/nginx-owncast.nix similarity index 100% rename from dev/ngnix-owncast.nix rename to dev/nginx-owncast.nix