python310Packages.pydeconz: 104 -> 105
[NixPkgs.git] / nixos / tests / common / lxd / config.yaml
blob3bb667ed43f7c2f7d6279d07d72031ca616f4ba0
1 storage_pools:
2   - name: default
3     driver: dir
4     config:
5       source: /var/lxd-pool
7 networks:
8   - name: lxdbr0
9     type: bridge
10     config:
11       ipv4.address: auto
12       ipv6.address: none
14 profiles:
15   - name: default
16     devices:
17       eth0:
18         name: eth0
19         network: lxdbr0
20         type: nic
21       root:
22         path: /
23         pool: default
24         type: disk