From 6977b4dcff4083c28f8bf78a11e7848e9b2f10ac Mon Sep 17 00:00:00 2001 From: IBeTheBlueCat <93213509+IBeTheBlueCat@users.noreply.github.com> Date: Sun, 28 Apr 2024 03:47:24 +0100 Subject: nixos/doc: fix typo in abstractions.section.md (#305836) I found this while perusing the manual thinking about whether or not to install NixOS on my new laptop. It threw me for a loop for a second but as best I can tell this meant to be ".org" like the rest of the example, and not ".com" --- nixos/doc/manual/configuration/abstractions.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/configuration/abstractions.section.md b/nixos/doc/manual/configuration/abstractions.section.md index 5bc44aa72245..06356c472ba9 100644 --- a/nixos/doc/manual/configuration/abstractions.section.md +++ b/nixos/doc/manual/configuration/abstractions.section.md @@ -35,7 +35,7 @@ in { services.httpd.virtualHosts = { "blog.example.org" = (commonConfig // { documentRoot = "/webroot/blog.example.org"; }); - "wiki.example.org" = (commonConfig // { documentRoot = "/webroot/wiki.example.com"; }); + "wiki.example.org" = (commonConfig // { documentRoot = "/webroot/wiki.example.org"; }); }; } ``` -- cgit v1.2.3