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
|
# 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 = {
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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 ]; };
|
||||||
|
|||||||
Reference in New Issue
Block a user