297 current 2025-10-11 13:48:37 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 14:20:33 -05:00
parent eec5b89396
commit 09603e8e30
4 changed files with 47 additions and 17 deletions

View File

@@ -86,6 +86,16 @@ in
};
};
modules.services.glance.link = {
radarr = {
description = "radarr";
url = "http://10.10.0.30:3636";
icon = "di:radarr";
category = "mediastack"; # optional if you later implement category grouping
};
};
# add to backups
modules.system.backups.baks = {
${service} = { paths = [ cfg.data_dir ]; };