pihole icon

This commit is contained in:
2025-07-25 07:52:43 +02:00
parent c0185fce3c
commit 5a5344ab22

View File

@@ -13,7 +13,7 @@ in {
};
url = lib.mkOption {
type = lib.types.str;
default = "${unit}.${srv.domain}";
default = "${unit}.${srv.domain}/admin";
};
homepage.name = lib.mkOption {
type = lib.types.str;
@@ -25,7 +25,7 @@ in {
};
homepage.icon = lib.mkOption {
type = lib.types.str;
default = "pihole.svg";
default = "/pi-hole.svg";
};
homepage.category = lib.mkOption {
type = lib.types.str;