fix: State Version type

This commit is contained in:
Inex Code 2023-03-17 15:10:47 +03:00
parent a5b965f08f
commit 9a8af62e0b

View file

@ -45,7 +45,7 @@ in
description = ''
State version of the server
'';
type = types.string;
type = types.str;
default = "22.11";
};
########################