system.stateVersion: default or config.selfprivacy.stateVersion

This commit is contained in:
Alexander Tomokhov
2023-12-22 23:04:03 +04:00
parent a185dd1e3e
commit 5bd15a768a
2 changed files with 5 additions and 2 deletions

View File

@@ -36,7 +36,8 @@ with lib;
};
stateVersion = mkOption {
description = "State version of the server";
type = types.str;
type = types.nullOr types.str;
default = null;
};
########################
# Server admin options #