fix missing ;
This commit is contained in:
@@ -58,5 +58,10 @@ with lib;
|
||||
type = types.str;
|
||||
default = "";
|
||||
};
|
||||
|
||||
allowSignup = mkOption {
|
||||
type = types.str;
|
||||
default = "true";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user