feat: Add rootPartitionName option to userdata

This commit is contained in:
Inex Code
2025-07-25 12:40:49 +03:00
parent c218df50cb
commit 04264ed4a5

View File

@@ -102,6 +102,11 @@ with lib;
type = types.nullOr types.str;
default = null;
};
rootPartitionName = mkOption {
description = "Canonical root partition name.";
type = types.nullOr types.str;
default = null;
};
};
#########
# SSH #