301 current 2025-10-11 16:34:19 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 16:37:13 -05:00
parent a17626a9cb
commit ada2bf81db
2 changed files with 3 additions and 3 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: 300 current 2025-10-11 15:30:33 25.05.20251006.20c4598 6.12.50 * # generation: 301 current 2025-10-11 16:34:19 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -86,8 +86,8 @@ in
# add to glance # add to glance
modules.services.glance.links.mediastack = [{ modules.services.glance.links.mediastack = [{
name = service; name = ${service};
url = cfg.url; url = ${cfg.url};
icon = "di:${service}"; }]; icon = "di:${service}"; }];
# add to backups # add to backups