aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2021-04-01 23:34:39 -0400
committerChristine Dodrill <me@christine.website>2021-04-01 23:34:39 -0400
commit06beea8d3bffddb5689e43ca333266361644b7ba (patch)
tree93edea581681205158a789f3d86d6229a39feabd
parent8383914aa5abc232fa56ce437e777d5024eb63e1 (diff)
downloadxesite-06beea8d3bffddb5689e43ca333266361644b7ba.tar.xz
xesite-06beea8d3bffddb5689e43ca333266361644b7ba.zip
conversation
Signed-off-by: Christine Dodrill <me@christine.website>
-rw-r--r--blog/unix-domain-sockets-2021-04-01.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/unix-domain-sockets-2021-04-01.markdown b/blog/unix-domain-sockets-2021-04-01.markdown
index b6f672a..8634eec 100644
--- a/blog/unix-domain-sockets-2021-04-01.markdown
+++ b/blog/unix-domain-sockets-2021-04-01.markdown
@@ -359,7 +359,7 @@ systemd.services.nginx.serviceConfig = {
[In NixOS, most of the time if the same option is declared in multiple
places it will result in a build error. `lib.mkForce` disables this behaviour
-and instead "forcibly" sets this value.](convesation://Mara/hacker?smol)
+and instead "forcibly" sets this value.](conversation://Mara/hacker?smol)
Now nginx has the same `/tmp` as the printerfacts service, everything will work
as we expect. Users are none the wiser that I'm using a domain socket here. I