feat: Add state version

This commit is contained in:
Inex Code
2023-03-17 14:50:54 +03:00
parent 497cf28ecc
commit 2e175f8c10
3 changed files with 9 additions and 0 deletions

View File

@@ -41,6 +41,13 @@ in
type = types.nullOr types.bool;
};
};
stateVersion = mkOption {
description = ''
State version of the server
'';
type = types.string;
default = "22.11";
};
########################
# Server admin options #
########################