summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configuration.nix1
-rw-r--r--flake.lock12
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"
diff --git a/flake.lock b/flake.lock
index 2517c1e..1241ba2 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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": {