From d9458841f79cdbc6e0414fe47f0d1ff07be74f0a Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Oct 2024 12:41:30 -0500 Subject: [PATCH] feat: wiki-js test --- nixos/modules/services/wiki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/wiki.nix b/nixos/modules/services/wiki.nix index c046ea6..bc0fb71 100755 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -6,7 +6,7 @@ inherit (flake.config.system.device) server; inherit (flake.config.service.instance) web wiki; service = wiki; - localhost = web.localhost.address0; + localhost = web.localhost.address1; host = "${service.subdomain}.${web.domains.url1}"; in { services = {