From 56842dc101ffd863ca3c44ea38bbce946f1ff777 Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Sat, 7 Mar 2026 14:46:51 +0100 Subject: [PATCH] fix debian groups --- nodes/home.router.py | 2 +- nodes/htz.mails.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/home.router.py b/nodes/home.router.py index 150862d..01235a0 100644 --- a/nodes/home.router.py +++ b/nodes/home.router.py @@ -2,7 +2,7 @@ 'hostname': '10.0.0.1', 'groups': [ 'autologin', - 'debian-12', + 'debian-13', 'hardware', 'home', 'monitored', diff --git a/nodes/htz.mails.py b/nodes/htz.mails.py index 472376c..e2e4447 100644 --- a/nodes/htz.mails.py +++ b/nodes/htz.mails.py @@ -2,7 +2,7 @@ 'hostname': '49.12.184.229', 'groups': [ 'backup', - 'debian-12', + 'debian-13', 'hetzner-cloud', 'mailserver', 'monitored',