services: mealie: don't allow signups

This commit is contained in:
Antoine Martin 2024-07-03 21:16:59 +02:00
parent 4f3e655072
commit 93b6c20e41

View file

@ -34,6 +34,10 @@ in {
enable = true;
listenAddress = "127.0.0.1";
port = cfg.port;
settings = {
ALLOW_SIGNUP = "false";
};
};
services.nginx.virtualHosts."mealie.${domain}" = {