diff --git a/variables-module.nix b/variables-module.nix index 82b1db5..4fc7ada 100644 --- a/variables-module.nix +++ b/variables-module.nix @@ -45,7 +45,7 @@ in description = '' State version of the server ''; - type = types.string; + type = types.str; default = "22.11"; }; ########################