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
|
./searx
|
||||||
./open-webui
|
./open-webui
|
||||||
./postgresql
|
./postgresql
|
||||||
|
./dashy
|
||||||
#./binary-cache
|
#./binary-cache
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue