chore: hecitc-lab: +lvgkcfjl email to hectic-lab

This commit is contained in:
2026-05-23 14:11:27 +00:00
parent 0a6e97f456
commit 819f1691b4
3 changed files with 18 additions and 4 deletions

View File

@@ -149,6 +149,14 @@ in {
'';
};
enableRegistration = lib.mkOption {
type = lib.types.bool;
default = false;
description = ''
Allow open user registration on the homeserver.
'';
};
objectStorage.s3 = {
enable = lib.mkEnableOption "S3-compatible object storage for Matrix media";
@@ -352,8 +360,8 @@ in {
}
];
enable_registration = true;
enable_registration_without_verification = true;
enable_registration = cfg.enableRegistration;
enable_registration_without_verification = cfg.enableRegistration;
};
};