300 current 2025-10-11 15:30:33 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 16:28:13 -05:00
parent 47ab6fa142
commit f0ec85cc03
3 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 299 current 2025-10-11 14:41:20 25.05.20251006.20c4598 6.12.50 * # generation: 300 current 2025-10-11 15:30:33 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -86,16 +86,11 @@ in
}; };
}; };
# add to glance
modules.services.glance.links = { modules.services.glance.links.mediastack = [{
mediastack = [ name = cfg.service;
{ url = cfg.url;
name = "radarr"; icon = "di:${cfg.service}"; }];
url = "http://10.10.0.30:3636";
icon = "di:radarr";
}
];
};
# add to backups # add to backups
modules.system.backups.baks = { modules.system.backups.baks = {

View File

@@ -94,6 +94,11 @@ in
]; ];
}; };
glance.mediastack = [{
name = cfg.service;
url = cfg.url;
icon = "di:${cfg.service}"; }];
# add to backups # add to backups
modules.system.backups.baks = { modules.system.backups.baks = {
${service} = { paths = [ cfg.data_dir ]; }; ${service} = { paths = [ cfg.data_dir ]; };