Skip to content

Instantly share code, notes, and snippets.

@lzap
Last active February 11, 2025 10:18
Show Gist options
  • Save lzap/0586da58ca24144de06503fa4ed811f3 to your computer and use it in GitHub Desktop.
Save lzap/0586da58ca24144de06503fa4ed811f3 to your computer and use it in GitHub Desktop.
# https://www.osbuild.org/guides/blueprint-reference/blueprint-reference.html
name = "example"
[[packages]]
name = "bash-completion"
[[packages]]
name = "vim-enhanced"
[[customizations.sshkey]]
user = "root"
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhnn80ZywmjeBFFOGm+cm+5HUwm62qTVnjKlOdYFLHN [email protected]"
[[customizations.user]]
name = "lzap"
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhnn80ZywmjeBFFOGm+cm+5HUwm62qTVnjKlOdYFLHN [email protected]"
[[customizations.files]]
path = "/etc/sudoers.d/admin"
mode = "0440"
data = """
lzap ALL=(ALL) NOPASSWD: ALL
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment