Last active
October 16, 2024 00:55
-
-
Save casjay/eec361dfe6b30f55e9dead4c4106a298 to your computer and use it in GitHub Desktop.
Incus preseed file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| config: | |
| core.https_address: '127.0.0.1:60443' | |
| images.auto_update_interval: 24 | |
| networks: | |
| - config: | |
| ipv4.address: auto | |
| ipv6.address: none | |
| description: "" | |
| name: incusbr0 | |
| type: "bridge" | |
| project: default | |
| storage_pools: | |
| - config: {} | |
| description: "" | |
| name: default | |
| driver: dir | |
| profiles: | |
| - config: {} | |
| description: "" | |
| devices: | |
| eth0: | |
| name: eth0 | |
| network: incusbr0 | |
| type: nic | |
| root: | |
| path: / | |
| pool: default | |
| type: disk | |
| name: default | |
| projects: [] | |
| cluster: null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment