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}";
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";
}
];
}