commit 405dae8a81a059dbf18008b1f685d1f85cd452f2 (tree)
parent f82c4356eb93e5a8db84aa2ea198b39d33a88719
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Tue, 3 Jan 2023 18:44:32 +0200
disable migrations
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configuration.nix b/configuration.nix
@@ -117,6 +117,7 @@ let ssh_pubkeys = {
other.SHOW_FOOTER_VERSION = false;
packages.ENABLED = false;
repository.DEFAULT_REPO_UNITS = "repo.code,repo.releases";
+ repository.DISABLE_MIGRATIONS = true;
repository.DISABLE_STARS = true;
repository.ENABLE_PUSH_CREATE_USER = true;
server.ENABLE_GZIP = true;