services: mealie: don't allow signups
This commit is contained in:
parent
4f3e655072
commit
93b6c20e41
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue