From 6d38d04a1ed9c5bc442a1cad29dfcf7a53046fc4 Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Sun, 24 Aug 2025 13:35:41 +0200 Subject: [PATCH] bootshonr fixed ip --- nodes/home.bootshorn-laptop.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nodes/home.bootshorn-laptop.py b/nodes/home.bootshorn-laptop.py index d5837fb..23672c7 100644 --- a/nodes/home.bootshorn-laptop.py +++ b/nodes/home.bootshorn-laptop.py @@ -1,5 +1,5 @@ { - 'hostname': '10.0.0.162', + 'hostname': '10.0.0.150', 'bundles': [ 'bootshorn', 'systemd', @@ -7,5 +7,11 @@ ], 'metadata': { 'id': '25c6f3fd-0d32-42c3-aeb3-0147bc3937c7', + 'network': { + 'internal': { + 'ipv4': '10.0.0.150/24', + 'mac': 'd6:d8:61:33:f2:05', + }, + }, }, }