From f407bef08667da385da57cf6bd566e73844f8133 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 13 Jul 2018 11:13:05 +0200 Subject: [PATCH] Added lxd-init.yaml --- .config/lxd/lxd-init.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/lxd/lxd-init.yaml diff --git a/.config/lxd/lxd-init.yaml b/.config/lxd/lxd-init.yaml new file mode 100644 index 0000000..cf620dd --- /dev/null +++ b/.config/lxd/lxd-init.yaml @@ -0,0 +1,22 @@ +config: {} +cluster: null +networks: [] +storage_pools: +- config: {} + description: "" + name: default + driver: dir +profiles: +- config: {} + description: "" + devices: + eth0: + name: eth0 + nictype: bridged + parent: lxcbr0 + type: nic + root: + path: / + pool: default + type: disk + name: default