move system.stateVersion back to userdata

This commit is contained in:
Alexander Tomokhov
2023-12-22 19:33:24 +04:00
parent 05fe40ac21
commit 5aba990f95
2 changed files with 5 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ with lib;
type = types.nullOr types.bool;
};
};
stateVersion = mkOption {
description = "State version of the server";
type = types.str;
};
########################
# Server admin options #
########################