Disable registration and archive unused services

This commit is contained in:
Jimbo 2024-09-20 02:38:46 -04:00
parent 36e33dd5cb
commit f34246f8fd
5 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,7 @@
};
service = {
REGISTER_EMAIL_CONFIRM = true;
#DISABLE_REGISTRATION = true;
DISABLE_REGISTRATION = true;
};
};
};