diff options
-rw-r--r-- | configuration.nix | 1 | ||||
-rw-r--r-- | flake.lock | 12 |
2 files changed, 7 insertions, 6 deletions
diff --git a/configuration.nix b/configuration.nix index d407b5b..2372669 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,6 +54,7 @@ in { ANN_DB_URL = "sqlite3:/srv/ann/ann.db"; ANN_INTERFACE = "0.0.0.0"; ANN_DOMAIN = "orsus.site"; + enable_registration = "false"; }; script = '' echo "Running migrations" @@ -11,17 +11,17 @@ "opam-nix": "opam-nix" }, "locked": { - "lastModified": 1706802968, - "narHash": "sha256-xnAlFjf/kRNGrWgXmT0dRBsy/J9VSyS11MArdt1HHco=", + "lastModified": 1708997018, + "narHash": "sha256-G5I1ccUTFUZ8KiyTNAXZWVbDI+FU5YfwCDL7TRZX/YU=", "ref": "refs/heads/main", - "rev": "3ada122ef1cede5e83eac82ec7692ee37599c3ab", - "revCount": 82, + "rev": "c1d129bef922f43e544f2723672902271edc3bea", + "revCount": 119, "type": "git", - "url": "https://git.sr.ht/~marcc/ann_bloop" + "url": "https://git.mccd.space/pub/ann" }, "original": { "type": "git", - "url": "https://git.sr.ht/~marcc/ann_bloop" + "url": "https://git.mccd.space/pub/ann" } }, "flake-compat": { |