internal/blueprint: add ExpireDate to UserCustomization

Just to make osbuild-composer compile, this field is not functional yet.
This commit is contained in:
Sanne Raymaekers 2024-03-27 12:17:38 +01:00
parent 1ce72071b4
commit 3be2c92a1b

View file

@ -74,6 +74,7 @@ type UserCustomization struct {
Groups []string `json:"groups,omitempty" toml:"groups,omitempty"`
UID *int `json:"uid,omitempty" toml:"uid,omitempty"`
GID *int `json:"gid,omitempty" toml:"gid,omitempty"`
ExpireDate *int `json:"expiredate,omitempty" toml:"expiredate,omitempty"`
}
type GroupCustomization struct {