feat: Add rootPartitionName option to userdata
This commit is contained in:
@@ -102,6 +102,11 @@ with lib;
|
|||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
rootPartitionName = mkOption {
|
||||||
|
description = "Canonical root partition name.";
|
||||||
|
type = types.nullOr types.str;
|
||||||
|
default = null;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
#########
|
#########
|
||||||
# SSH #
|
# SSH #
|
||||||
|
Reference in New Issue
Block a user