Server fix
This commit is contained in:
parent
df711fbbe6
commit
71f7399742
3 changed files with 4 additions and 4 deletions
|
|
@ -200,7 +200,7 @@ in {
|
|||
'';
|
||||
};
|
||||
global.registration_token = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
default = "";
|
||||
description = ''
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue