diff options
author | Marc Coquand <marc@mccd.space> | 2024-03-06 14:02:18 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-03-06 14:02:18 -0600 |
commit | f94ffbcaa9e7dad7c9afde3982846a0c28a18c18 (patch) | |
tree | bc101d0d1d6e98ef86eba22ccd1b7506041365db | |
parent | 42307fe040ccd6303ac42019b116e9678fb24d9b (diff) | |
download | nixos-f94ffbcaa9e7dad7c9afde3982846a0c28a18c18.tar.gz nixos-f94ffbcaa9e7dad7c9afde3982846a0c28a18c18.tar.bz2 nixos-f94ffbcaa9e7dad7c9afde3982846a0c28a18c18.zip |
Disable registration for ann
Diffstat (limited to '')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 1f6a807..883cc28 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,7 +54,7 @@ in { ANN_DB_URL = "sqlite3:/srv/ann/prod.db"; ANN_INTERFACE = "0.0.0.0"; ANN_DOMAIN = "orsus.site"; - ALLOW_REGISTRATION = "true"; + ALLOW_REGISTRATION = "false"; }; script = '' echo "Running migrations" |