home.hass: use pyenv for homeassistant

This commit is contained in:
Franzi 2024-03-07 08:23:04 +01:00
parent ac10630fb9
commit 4d92211862
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 13 additions and 2 deletions

View file

@ -1,7 +1,8 @@
hostname = "172.19.138.25"
bundles = [
'homeassistant',
'nginx'
'nginx',
'pyenv',
]
groups = ["debian-bookworm"]
@ -26,5 +27,9 @@ restrict-to = [
'172.19.138.0/24',
]
[metadata.pyenv]
version = 'v2.3.36'
python_versions = ["3.12.2"]
[metadata.nginx.vhosts.homeassistant]
ssl = '_.home.kunbox.net'