services: mealie: don't allow signups
This commit is contained in:
parent
4f3e655072
commit
93b6c20e41
|
@ -34,6 +34,10 @@ in {
|
|||
enable = true;
|
||||
listenAddress = "127.0.0.1";
|
||||
port = cfg.port;
|
||||
|
||||
settings = {
|
||||
ALLOW_SIGNUP = "false";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."mealie.${domain}" = {
|
||||
|
|
Loading…
Reference in a new issue