From 06beea8d3bffddb5689e43ca333266361644b7ba Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 1 Apr 2021 23:34:39 -0400 Subject: [PATCH] conversation Signed-off-by: Christine Dodrill --- blog/unix-domain-sockets-2021-04-01.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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