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