300 current 2025-10-11 15:30:33 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# flake for blakes nixos config
|
||||
# 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";
|
||||
inputs = {
|
||||
|
||||
@@ -86,16 +86,11 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
modules.services.glance.links = {
|
||||
mediastack = [
|
||||
{
|
||||
name = "radarr";
|
||||
url = "http://10.10.0.30:3636";
|
||||
icon = "di:radarr";
|
||||
}
|
||||
];
|
||||
};
|
||||
# add to glance
|
||||
modules.services.glance.links.mediastack = [{
|
||||
name = cfg.service;
|
||||
url = cfg.url;
|
||||
icon = "di:${cfg.service}"; }];
|
||||
|
||||
# add to backups
|
||||
modules.system.backups.baks = {
|
||||
|
||||
@@ -94,6 +94,11 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
glance.mediastack = [{
|
||||
name = cfg.service;
|
||||
url = cfg.url;
|
||||
icon = "di:${cfg.service}"; }];
|
||||
|
||||
# add to backups
|
||||
modules.system.backups.baks = {
|
||||
${service} = { paths = [ cfg.data_dir ]; };
|
||||
|
||||
Reference in New Issue
Block a user