Server fix

This commit is contained in:
Aleksandr Lebedev 2025-08-11 10:16:34 +02:00
parent df711fbbe6
commit 71f7399742
3 changed files with 4 additions and 4 deletions

View file

@ -200,7 +200,7 @@ in {
'';
};
global.registration_token = lib.mkOption {
type = lib.types.str;
type = lib.types.nullOr lib.types.str;
default = "";
description = ''
'';