From 219bbf9983c0d10935ac022e5bc466700bb3905b Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Fri, 28 Jul 2023 01:35:41 +0200 Subject: [PATCH] debian updates --- nodes/home.openhab.py | 4 ++-- nodes/home.stromzaehler.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/home.openhab.py b/nodes/home.openhab.py index b34280c..526901e 100644 --- a/nodes/home.openhab.py +++ b/nodes/home.openhab.py @@ -3,7 +3,7 @@ 'groups': [ 'autologin', 'backup', - 'debian-11', + 'debian-12', 'home', 'monitored', 'raspberry-pi', @@ -36,7 +36,7 @@ }, }, 'java': { - 'version': 11, + 'version': 17, }, 'zfs': { 'pools': { diff --git a/nodes/home.stromzaehler.py b/nodes/home.stromzaehler.py index 3c6c68b..a2211cd 100644 --- a/nodes/home.stromzaehler.py +++ b/nodes/home.stromzaehler.py @@ -2,7 +2,7 @@ 'hostname': '10.0.0.15', 'groups': [ 'autologin', - 'debian-11', + 'debian-12', 'home', 'raspberry-pi', 'monitored',