summaryrefslogtreecommitdiffstatshomepage
path: root/docs/lxd-init.yaml
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:37 +0100
committersommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:37 +0100
commit2f97417d16224ca1f79b2fe41e70b8d7ddc0ab7d (patch)
tree95cbecc698a82ef8b9d9d31cbff75be91f7d9005 /docs/lxd-init.yaml
parentdd45f3ad88b544f065f27143801306a7d6dffd02 (diff)
downloaddotfiles-2f97417d16224ca1f79b2fe41e70b8d7ddc0ab7d.tar.gz
dotfiles-2f97417d16224ca1f79b2fe41e70b8d7ddc0ab7d.tar.bz2
dotfiles-2f97417d16224ca1f79b2fe41e70b8d7ddc0ab7d.zip
Configure LXD and AppArmor on the Arch host
Diffstat (limited to 'docs/lxd-init.yaml')
-rw-r--r--docs/lxd-init.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/lxd-init.yaml b/docs/lxd-init.yaml
new file mode 100644
index 0000000..455c2af
--- /dev/null
+++ b/docs/lxd-init.yaml
@@ -0,0 +1,28 @@
+config: {}
+networks:
+ - name: lxdbr0
+ type: bridge
+ project: default
+ config:
+ ipv4.address: auto
+ ipv4.nat: "true"
+ ipv6.address: auto
+ ipv6.nat: "true"
+storage_pools:
+ - name: default
+ driver: btrfs
+ config:
+ source: /var/lib/lxd/storage-pools/default
+profiles:
+ - name: default
+ devices:
+ eth0:
+ name: eth0
+ network: lxdbr0
+ type: nic
+ root:
+ path: /
+ pool: default
+ type: disk
+projects: []
+cluster: null