debian-forge-composer/internal/blueprint/installer_customizatios.go
2024-03-20 11:45:08 +01:00

6 lines
226 B
Go

package blueprint
type InstallerCustomization struct {
Unattended bool `json:"unattended,omitempty" toml:"unattended,omitempty"`
SudoNopasswd []string `json:"sudo-nopasswd,omitempty" toml:"sudo-nopasswd,omitempty"`
}