diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 306a745..8038954 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -3,6 +3,7 @@ nodes['home.nas'] = { 'bundles': { 'backup-server', 'nfs-server', + 'vmhost', 'zfs', }, 'groups': set(), @@ -51,6 +52,13 @@ nodes['home.nas'] = { }, }, }, + 'users': { + 'kunsi': { + 'groups': { + 'libvirt', + }, + }, + }, 'zfs': { 'pools': { # Configured manually. Don't touch!