1
Fork 0

Tweak homar appearence

This commit is contained in:
prescientmoon 2024-02-24 04:14:19 +01:00
parent 2af5ca6274
commit 335dc4e56a
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -14,7 +14,7 @@ let
}; };
fa = name: "fas fa-${name}"; fa = name: "fas fa-${name}";
icon = file: "./assets/${../../../../common/icons/${file}}"; icon = file: "assets${../../../../common/icons/${file}}";
in in
{ {
services.nginx.virtualHosts."lab.moonythm.dev" = { services.nginx.virtualHosts."lab.moonythm.dev" = {
@ -25,9 +25,8 @@ in
extraAssets = [ ../../../../common/icons ]; extraAssets = [ ../../../../common/icons ];
config = { config = {
title = " The celestial citadel "; title = " The celestial citadel ";
subtitle = "The home for my homelab :3";
header = true; header = false;
footer = false; footer = false;
connectivityCheck = true; connectivityCheck = true;
@ -44,7 +43,6 @@ in
subtitle = "Password manager"; subtitle = "Password manager";
logo = icon "bitwarden.png"; logo = icon "bitwarden.png";
url = "warden.moonythm.dev"; url = "warden.moonythm.dev";
keywords = "pass";
} }
{ {
name = "Syncthing"; name = "Syncthing";
@ -57,7 +55,6 @@ in
subtitle = "Search engine"; subtitle = "Search engine";
logo = icon "whoogle.webp"; logo = icon "whoogle.webp";
url = "search.moonythm.dev"; url = "search.moonythm.dev";
keywords = "search google";
} }
]; ];
} }