fix missing ;

This commit is contained in:
mjallen18
2024-07-02 10:43:42 -05:00
parent 7cc0a882db
commit 5d53991e66
2 changed files with 7 additions and 2 deletions

View File

@@ -58,5 +58,10 @@ with lib;
type = types.str;
default = "";
};
allowSignup = mkOption {
type = types.str;
default = "true";
};
};
}