From 335dc4e56adb583092450c0c89cf15ae18df3432 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sat, 24 Feb 2024 04:14:19 +0100 Subject: [PATCH] Tweak homar appearence --- hosts/nixos/lapetus/services/homer.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/nixos/lapetus/services/homer.nix b/hosts/nixos/lapetus/services/homer.nix index 2dade46..81bc7de 100644 --- a/hosts/nixos/lapetus/services/homer.nix +++ b/hosts/nixos/lapetus/services/homer.nix @@ -14,7 +14,7 @@ let }; fa = name: "fas fa-${name}"; - icon = file: "./assets/${../../../../common/icons/${file}}"; + icon = file: "assets${../../../../common/icons/${file}}"; in { services.nginx.virtualHosts."lab.moonythm.dev" = { @@ -25,9 +25,8 @@ in extraAssets = [ ../../../../common/icons ]; config = { title = "✨ The celestial citadel ✨"; - subtitle = "The home for my homelab :3"; - header = true; + header = false; footer = false; connectivityCheck = true; @@ -44,7 +43,6 @@ in subtitle = "Password manager"; logo = icon "bitwarden.png"; url = "warden.moonythm.dev"; - keywords = "pass"; } { name = "Syncthing"; @@ -57,7 +55,6 @@ in subtitle = "Search engine"; logo = icon "whoogle.webp"; url = "search.moonythm.dev"; - keywords = "search google"; } ]; }