Skip to content

Instantly share code, notes, and snippets.

@MOZGIII
Last active March 2, 2025 22:20
Show Gist options
  • Save MOZGIII/423a39f264d93a4372d91b275d43c147 to your computer and use it in GitHub Desktop.
Save MOZGIII/423a39f264d93a4372d91b275d43c147 to your computer and use it in GitHub Desktop.
Some profiles for incus deployments
name: default
description: Default Incus profile
devices:
eth0:
name: eth0
nictype: bridged
parent: br0
type: nic
root:
path: /
pool: vg0
type: disk
config: {}
project: default
name: mdns
devices: {}
config:
cloud-init.user-data: |
#cloud-config
write_files:
- path: /etc/systemd/network/10-cloud-init-eth0.network.d/mdns.conf
content: |
[Network]
MulticastDNS=yes
runcmd:
- [ networkctl, reload ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment