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', }