mlem
This commit is contained in:
parent
2cffd2c55a
commit
e6f7e22451
@ -1,12 +1,12 @@
|
||||
|
||||
{inputs, pkgs, ...}: {
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
services.homepage-dashboard = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
allowedHosts = "dashboard.shobu.fr";
|
||||
settings = {
|
||||
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";
|
||||
base = "https://dashboard.shobu.fr";
|
||||
headerStyle = "boxed";
|
||||
@ -16,7 +16,7 @@
|
||||
};
|
||||
|
||||
layout = [
|
||||
{"resources" = {};}
|
||||
{ "resources" = { }; }
|
||||
{
|
||||
"about me stuff" = {
|
||||
tab = "Public";
|
||||
@ -44,7 +44,7 @@
|
||||
widgets = [
|
||||
{
|
||||
greeting = {
|
||||
text = "Welcome on my services and links dashboard, make yourself home.";
|
||||
text = "Welcome on my services and links dashboard, make yourself home. mlem";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user