services, web-services: Populate meta.services attribute set

This commit is contained in:
SebastianStork 2026-03-10 00:03:03 +01:00
parent b26751a5fb
commit fe5113d476
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
21 changed files with 135 additions and 10 deletions

View file

@ -26,6 +26,13 @@ in
};
};
custom.services.caddy.virtualHosts.${cfg.domain}.port = cfg.port;
custom = {
services.caddy.virtualHosts.${cfg.domain}.port = cfg.port;
meta.services.${cfg.domain} = {
title = "ntfy";
icon = "sh:ntfy";
};
};
};
}