From 09b988899ef45318ae6944859be4637bcb018be1 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 2 Jul 2026 16:53:47 +0200 Subject: [PATCH] Services/Arcane: Fix URLs --- system/services/arcane-agent.nix | 2 +- system/services/arcane.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/services/arcane-agent.nix b/system/services/arcane-agent.nix index b6e7db8..5b72896 100644 --- a/system/services/arcane-agent.nix +++ b/system/services/arcane-agent.nix @@ -32,7 +32,7 @@ in { ]; environment = { - MANAGER_API_URL = "https://arcane.think.chriphost.de"; + MANAGER_API_URL = "https://arcane.local.chriphost.de"; AGENT_MODE = true; EDGE_TRANSPORT = "poll"; diff --git a/system/services/arcane.nix b/system/services/arcane.nix index 673345e..946a035 100644 --- a/system/services/arcane.nix +++ b/system/services/arcane.nix @@ -34,7 +34,7 @@ in { ]; environment = { - APP_URL = "https://arcane.local.chriphost.de"; + APP_URL = "https://arcane.think.chriphost.de"; PUID = "1000"; PGID = "1000";