diff options
author | Marc Coquand <marc@mccd.space> | 2024-03-06 13:57:37 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-03-06 13:57:37 -0600 |
commit | 42307fe040ccd6303ac42019b116e9678fb24d9b (patch) | |
tree | 48102c6155ef47164ec466d52a42916f7e4845e3 /configuration.nix | |
parent | 45f10ac093ffbcddb157e26740f608c7d2c8b2e3 (diff) | |
download | nixos-42307fe040ccd6303ac42019b116e9678fb24d9b.tar.gz nixos-42307fe040ccd6303ac42019b116e9678fb24d9b.tar.bz2 nixos-42307fe040ccd6303ac42019b116e9678fb24d9b.zip |
Setup new DB
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 9d39485..1f6a807 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,7 +51,7 @@ in { enable = true; description = "Ann"; environment = { - ANN_DB_URL = "sqlite3:/srv/ann/ann.db"; + ANN_DB_URL = "sqlite3:/srv/ann/prod.db"; ANN_INTERFACE = "0.0.0.0"; ANN_DOMAIN = "orsus.site"; ALLOW_REGISTRATION = "true"; |