Skip to content

Instantly share code, notes, and snippets.

View dit7ya's full-sized avatar
🧩
Taking a break

Shayon dit7ya

🧩
Taking a break
  • Shores of Inifinity
View GitHub Profile
@dit7ya
dit7ya / cloudinit.yaml
Last active May 19, 2023 18:14 — forked from vamega/cloudinit.yaml
cloudinit script for Oracle Linux 8 to NixOS with ESP resizing
#cloud-config
# vim: syntax=yaml
# Derived from https://gist.github.com/kradalby/0957a5d4fbb9018d0b700b118f5c5341
disable_root: false
ssh_authorized_keys: []
write_files:
- path: "/etc/ssh/sshd_config.d/permit_root"
owner: "root:root"
permissions: "0644"