303 current 2025-10-11 16:41:52 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 16:50:36 -05:00
parent e4bdf3af43
commit 5c53a81353
4 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 302 current 2025-10-11 16:40:25 25.05.20251006.20c4598 6.12.50 *
# generation: 303 current 2025-10-11 16:41:52 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -27,6 +27,11 @@ in
type = lib.types.str;
description = "base domain used for reverse proxy";
};
host_ip = lib.mkOption {
default = "10.10.0.10";
type = lib.types.str;
description = "base domain used for reverse proxy";
};
};
imports = [

View File

@@ -90,6 +90,8 @@ in
modules.services.glance.links.mediastack = [{
title = service;
url = "https://${cfg.url}";
error-url = "https://${homelab.host_ip}:${toString cfg.port}";
check-url = "https://${homelab.host_ip}:${toString cfg.port}";
icon = "di:${service}";
allow-insecure = true; }];

View File

@@ -88,6 +88,8 @@ in
modules.services.glance.links.mediastack = [{
title = service;
url = "https://${cfg.url}";
error-url = "https://${homelab.host_ip}:${toString cfg.port}";
check-url = "https://${homelab.host_ip}:${toString cfg.port}";
icon = "di:${service}";
allow-insecure = true; }];