fix issue where Hauptseite served 404

This commit is contained in:
mtgmonkey
2025-12-18 11:15:36 +01:00
parent 2b841f6af5
commit 09d373a5f5

View File

@@ -1,6 +1,7 @@
{
lib,
pkgs,
system,
andromeda-nook,
...
}: let
@@ -16,7 +17,7 @@
hosts = [
{
domain = "mtgmonkey.net";
wwwroot = "${andromeda-nook}/wwwroot";
wwwroot = "${andromeda-nook.packages.${system}.default}/wwwroot";
}
{
domain = "blog.mtgmonkey.net";