Skip to content

Commit

Permalink
services: mealie: don't allow signups
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Jul 3, 2024
1 parent 4f3e655 commit 93b6c20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/mealie.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ in {
enable = true;
listenAddress = "127.0.0.1";
port = cfg.port;

settings = {
ALLOW_SIGNUP = "false";
};
};

services.nginx.virtualHosts."mealie.${domain}" = {
Expand Down

0 comments on commit 93b6c20

Please sign in to comment.