homepages fixes

This commit is contained in:
2025-07-18 01:14:51 +02:00
parent 318de2936c
commit 05e7a7d1ca
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ in {
default = "";
type = types.str;
description = ''
Base domain name to be used to access the server services via Caddy reverse proxy
Domain name to be used to access the server services via Caddy reverse proxy
'';
};
};

View File

@@ -110,7 +110,7 @@ in {
"Services"
"Smart Home"
];
hl = config.homelab.services;
hl = config.server;
homepageServices = x: (lib.attrsets.filterAttrs (
name: value: value ? homepage && value.homepage.category == x
)