From 18c18acc90d2ee8fc6f3fc44d593bbf72e615a50 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sat, 24 Feb 2024 04:32:30 +0100 Subject: [PATCH] Specify full urls for homer services --- hosts/nixos/lapetus/services/homer.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/nixos/lapetus/services/homer.nix b/hosts/nixos/lapetus/services/homer.nix index e7c21cf..9a9dd48 100644 --- a/hosts/nixos/lapetus/services/homer.nix +++ b/hosts/nixos/lapetus/services/homer.nix @@ -43,19 +43,19 @@ in name = "Vaultwarden"; subtitle = "Password manager"; logo = icon "bitwarden.png"; - url = "warden.moonythm.dev"; + url = "https://warden.moonythm.dev"; } { name = "Syncthing"; subtitle = "File synchronization"; logo = icon "syncthing.png"; - url = "syncthing.lapetus.moonythm.dev"; + url = "https://syncthing.lapetus.moonythm.dev"; } { name = "Whoogle"; subtitle = "Search engine"; logo = icon "whoogle.webp"; - url = "search.moonythm.dev"; + url = "https://search.moonythm.dev"; } ]; } @@ -67,19 +67,19 @@ in name = "Intray"; subtitle = "GTD capture tool"; icon = fa "cubes-stacked"; - url = "intray.moonythm.dev"; + url = "https://intray.moonythm.dev"; } { name = "Smos"; subtitle = "A comprehensive self-management system."; icon = fa "list"; - url = "smos.moonythm.dev"; + url = "https://smos.moonythm.dev"; } { name = "Actual"; subtitle = "Budgeting tool"; logo = icon "actual.png"; - url = "actual.moonythm.dev"; + url = "https://actual.moonythm.dev"; } ]; }