From 36a7ca05fbca3e39e128b80352cbb02a03ab2763 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Wed, 28 Jan 2026 20:51:31 +0100 Subject: [PATCH] adapts glance config --- modules/glance/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/glance/default.nix b/modules/glance/default.nix index a3f9590..47096f9 100644 --- a/modules/glance/default.nix +++ b/modules/glance/default.nix @@ -33,7 +33,7 @@ } { title = "Actual"; - url = "https://192.168.178.69:9002"; + url = "https://finance.dnsc.io"; icon = "si:actualbudget"; } { @@ -55,6 +55,7 @@ title = "Jellyfin"; url = "http://192.168.178.69:8096"; icon = "si:jellyfin"; + allow-insecure = true; } ]; }