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 = {