From 4bac3fe211f299d01bb5d1d8202b3772dceb056a Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Wed, 28 Feb 2024 07:32:58 +0100 Subject: [PATCH] Fix syncthing lapetus url in homer --- hosts/nixos/lapetus/services/homer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/lapetus/services/homer.nix b/hosts/nixos/lapetus/services/homer.nix index f7d08b6..28cbbb0 100644 --- a/hosts/nixos/lapetus/services/homer.nix +++ b/hosts/nixos/lapetus/services/homer.nix @@ -61,7 +61,7 @@ in name = "Syncthing"; subtitle = "File synchronization"; logo = icon "syncthing.png"; - url = "https://syncthing.lapetus.moonythm.dev"; + url = "https://lapetus.syncthing.moonythm.dev"; } ]; }