This commit is contained in:
4DBug
2026-02-09 22:03:42 -06:00
parent 261c01478d
commit 7fcf89e885
11 changed files with 77 additions and 93 deletions

View File

@@ -1,3 +1,4 @@
{ config, pkgs, ... }:
{
@@ -14,14 +15,14 @@
https_only = true;
external_port = 443;
registration_enabled = true;
registration_enabled = false;
login_enabled = true;
popular_enabled = true;
default_user_preferences = {
local = true;
};
};
};
}
}