add dashy module
This commit is contained in:
parent
f353f8e7fa
commit
079b33efb0
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
services.dashy = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
./searx
|
||||
./open-webui
|
||||
./postgresql
|
||||
./dashy
|
||||
#./binary-cache
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue