add home.hass basic node file
This commit is contained in:
parent
c5e45cbafc
commit
e67033db8c
1 changed files with 15 additions and 0 deletions
15
nodes/home.hass.toml
Normal file
15
nodes/home.hass.toml
Normal file
|
@ -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
|
Loading…
Reference in a new issue