From a294c74396914d53591cc3a2347f4776832e6e72 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 30 Oct 2023 09:36:14 -0500 Subject: [PATCH] fix(posts): fix typo in `nixos-on-my-homeserver` --- posts/nixos-on-my-homeserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/nixos-on-my-homeserver.md b/posts/nixos-on-my-homeserver.md index 89940cc..c8ae9ac 100644 --- a/posts/nixos-on-my-homeserver.md +++ b/posts/nixos-on-my-homeserver.md @@ -297,7 +297,7 @@ If you forget to do so, you won't be able to use SSH keys on some git operations Part dos, the reverse proxy. I like SSL, I hope you do too. Instead of allowing Gitlab to manage its own proxy, I prefer having a single proxy on the -host that handles all of that for the various containers that may running. +host that handles all of that for the various containers that may be running. I have a primary `nginx.nix` service file that contains the following: