Skip to content

Commit

Permalink
[nixos/server/wakapi] disable signup
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Dec 6, 2024
1 parent 9793e3b commit ab6bc45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/server/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,9 @@ in {
name = "wakapi";
dialect = "postgres";
};
security = {
allow_signup = false;
};
};
};

Expand Down

0 comments on commit ab6bc45

Please sign in to comment.