81 current 2025-10-08 11:01:09 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-08 11:07:53 -05:00
parent 472601d187
commit 158b4f75ac

View File

@@ -4,7 +4,6 @@ let
cfg = config.modules.services.flaresolverr;
ids = 2008;
default_port = 8189;
data_dir = null; # flaresolverr has no persistence
in
{
options.modules.services.flaresolverr = {
@@ -65,8 +64,5 @@ in
proxyPass = "http://127.0.0.1:${toString cfg.port}";
};
};
# add to backups
modules.system.backups.paths = lib.mkIf cfg.backup [ data_dir ];
};
}