From 92d3b7ac834366d1599c648ec4bdf631f1344a96 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 13 Jul 2021 15:23:13 +0200 Subject: [PATCH] wip --- nodes/home.server.py | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/nodes/home.server.py b/nodes/home.server.py index 0e22a92..89b8b94 100644 --- a/nodes/home.server.py +++ b/nodes/home.server.py @@ -1,30 +1,13 @@ { 'hostname': '10.0.0.2', - 'groups': [ -# 'archive', - 'debian-10', - ], 'bundles': [ + 'systemd', + 'systemd-timers', 'zfs', ], 'metadata': { + 'os_release': 'buster', 'id': 'af96709e-b13f-4965-a588-ef2cd476437a', - 'network': { - 'internal': { - 'interface': 'enp1s0f0', - 'ipv4': '10.0.0.2/24', - 'gateway4': '10.0.0.1', - }, - }, - 'users': { - 'root': { - 'shell': '/usr/bin/zsh', - }, - }, - 'vm': { - 'cores': 2, - 'ram': 16192, - }, 'zfs': { 'pools': { 'tank': { @@ -36,4 +19,7 @@ }, }, }, + 'os_version': (10,), + 'os': 'debian', + 'pip_command': 'pip3', }