add dashy module

This commit is contained in:
Patrick Neff 2025-03-09 14:19:56 +01:00
parent f353f8e7fa
commit 079b33efb0
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{pkgs, ...}: {
services.dashy = {
enable = true;
};
}

View File

@ -4,6 +4,7 @@
./searx ./searx
./open-webui ./open-webui
./postgresql ./postgresql
./dashy
#./binary-cache #./binary-cache
]; ];
} }