From e67033db8c804cb64e6ad8f5908822ff65aa906f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 22 Dec 2022 17:21:38 +0100 Subject: [PATCH] add home.hass basic node file --- nodes/home.hass.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nodes/home.hass.toml diff --git a/nodes/home.hass.toml b/nodes/home.hass.toml new file mode 100644 index 0000000..34cf68d --- /dev/null +++ b/nodes/home.hass.toml @@ -0,0 +1,15 @@ +hostname = "172.19.138.25" +bundles = [] +groups = ["debian-bullseye"] + +[metadata.backups] +exclude_from_backups = true + +[metadata.interfaces.enp1s0] +ips = ["172.19.138.25/24"] +gateway4 = "172.19.138.1" +ipv6_accept_ra = true + +[metadata.vm] +cpu = 2 +ram = 2