From d29e14275e38a122f50a95f986993952407edd17 Mon Sep 17 00:00:00 2001
From: Rowan Torbitzky-Lane
Date: Tue, 25 Feb 2025 00:59:28 -0600
Subject: [PATCH] build typo fix, I could use a container for this
---
_site/archive.html | 2 --
_site/posts/2025-02-24-nginx-gitea.html | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/_site/archive.html b/_site/archive.html
index c4fb82a..68a3557 100644
--- a/_site/archive.html
+++ b/_site/archive.html
@@ -32,8 +32,6 @@
-If I make any :).
-
After pasting this into a file, you should absolutely modify the password used.
Final note: Don’t put plaintext passwords straight in the file in prod.
There are ways around this with docker secrets, but it’s a pain and not in the Nix style.
-I have my config setup like this until I learn enough Nix to turn this into it’s own .nix file.
+I have my config setup like this until I learn enough Nix to turn this into its own .nix file.
Another Final Note: Take a gander at the UID and GID, you will probably need to modify
those for your own setup. Details later.