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, lib,
pkgs, pkgs,
system,
andromeda-nook, andromeda-nook,
... ...
}: let }: let
@@ -16,7 +17,7 @@
hosts = [ hosts = [
{ {
domain = "mtgmonkey.net"; domain = "mtgmonkey.net";
wwwroot = "${andromeda-nook}/wwwroot"; wwwroot = "${andromeda-nook.packages.${system}.default}/wwwroot";
} }
{ {
domain = "blog.mtgmonkey.net"; domain = "blog.mtgmonkey.net";