feat(host/orion): enable services.memcached

This commit is contained in:
Price Hiller 2024-12-22 22:59:55 -06:00
parent 37e945a552
commit 09cf72df32
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -0,0 +1,7 @@
{ ... }:
{
services.memcached = {
enable = true;
maxMemory = 512;
};
}