From 012bf03d76238df5c2cc6769ba04046ffcab3fd0 Mon Sep 17 00:00:00 2001 From: Anton Smith Date: Tue, 2 Nov 2021 12:34:45 +0100 Subject: [PATCH] added lxd.conf --- lxd.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 lxd.conf diff --git a/lxd.conf b/lxd.conf new file mode 100644 index 0000000..1157895 --- /dev/null +++ b/lxd.conf @@ -0,0 +1,34 @@ +config: + core.https_address: '[::]:8443' + core.trust_password: password +networks: + +- config: + ipv4.address: 10.10.10.1/24 + ipv6.address: none + description: "" + name: lxdbr0 + type: "" + project: default +storage_pools: +- config: + size: 500GB + description: "" + name: default + driver: zfs +profiles: +- config: {} + description: "" + devices: + eth0: + name: eth0 + network: lxdbr0 + type: nic + root: + path: / + pool: default + type: disk + name: default +projects: [] +cluster: null +