Disable registration too

This commit is contained in:
Lillian-Violet 2023-12-29 23:29:41 +01:00
parent 0b41e73132
commit 903657f43c

View file

@ -24,12 +24,15 @@
database = {
type = "postgres";
};
settings = {
service.DISABLE_REGISTRATION = true;
server = {
DOMAIN = "git.lillianviolet.dev";
ROOT_URL = "https://git.lillianviolet.dev/";
HTTP_PORT = 3218;
};
};
};
services.nginx = {
virtualHosts = {