Refactor web services to use a unified web-services namespace

This commit is contained in:
SebastianStork 2025-12-28 19:22:34 +01:00
parent 308ee43ec4
commit 02846ab16f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
22 changed files with 103 additions and 99 deletions

View file

@ -5,12 +5,12 @@
...
}:
let
cfg = config.custom.services.freshrss;
cfg = config.custom.web-services.freshrss;
inherit (config.services.freshrss) dataDir;
in
{
options.custom.services.freshrss = {
options.custom.web-services.freshrss = {
enable = lib.mkEnableOption "";
domain = lib.mkOption {
type = lib.types.nonEmptyStr;