homepage dash fixed, adding optional path

This commit is contained in:
2025-08-25 19:17:14 +02:00
parent f6b10a2eae
commit ea97bb2df2
2 changed files with 15 additions and 6 deletions

View File

@@ -95,6 +95,11 @@ in {
type = lib.types.str;
default = "Services";
};
homepage.path = lib.mkOption {
type = lib.types.str;
default = "/admin";
description = "Optional path suffix for homepage links (e.g. /admin).";
};
};
};