mlem
Some checks failed
/ build hive configuration (push) Has been cancelled
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Awen Lelu 2025-11-12 10:15:11 +01:00
parent 2cffd2c55a
commit e6f7e22451

View File

@ -1,12 +1,12 @@
{ inputs, pkgs, ... }:
{inputs, pkgs, ...}: { {
services.homepage-dashboard = { services.homepage-dashboard = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;
allowedHosts = "dashboard.shobu.fr"; allowedHosts = "dashboard.shobu.fr";
settings = { settings = {
title = "Shobu's homelab dashboard"; title = "Shobu's homelab dashboard";
description = "a dashboard of free and wesome bullshit"; description = "a dashboard of free and awesome bullshit";
startUrl = "https://dashboard.shobu.fr"; startUrl = "https://dashboard.shobu.fr";
base = "https://dashboard.shobu.fr"; base = "https://dashboard.shobu.fr";
headerStyle = "boxed"; headerStyle = "boxed";
@ -16,7 +16,7 @@
}; };
layout = [ layout = [
{"resources" = {};} { "resources" = { }; }
{ {
"about me stuff" = { "about me stuff" = {
tab = "Public"; tab = "Public";
@ -44,7 +44,7 @@
widgets = [ widgets = [
{ {
greeting = { greeting = {
text = "Welcome on my services and links dashboard, make yourself home."; text = "Welcome on my services and links dashboard, make yourself home. mlem";
}; };
} }
{ {