49 lines
829 B
YAML
49 lines
829 B
YAML
# --
|
|
config:
|
|
images.auto_update_interval: "0"
|
|
|
|
# --
|
|
networks:
|
|
- config:
|
|
ipv4.address: 10.243.17.1/24
|
|
ipv4.nat: "true"
|
|
ipv6.address: fd42:7b93:f596:7786::1/64
|
|
ipv6.nat: "true"
|
|
description: ""
|
|
name: lxdbr0
|
|
type: bridge
|
|
project: default
|
|
|
|
# --
|
|
storage_pools:
|
|
- config:
|
|
size: 5GB
|
|
source: /var/snap/lxd/common/lxd/disks/default.img
|
|
description: ""
|
|
name: default
|
|
driver: btrfs
|
|
|
|
# --
|
|
profiles:
|
|
- config: {}
|
|
description: Default LXD profile
|
|
devices:
|
|
eth0:
|
|
name: eth0
|
|
network: lxdbr0
|
|
type: nic
|
|
root:
|
|
path: /
|
|
pool: default
|
|
type: disk
|
|
name: default
|
|
|
|
# --
|
|
projects:
|
|
- config:
|
|
features.images: "true"
|
|
features.networks: "true"
|
|
features.profiles: "true"
|
|
features.storage.volumes: "true"
|
|
description: Default LXD project
|
|
name: default |