more microvm rice

This commit is contained in:
iofq 2024-01-27 19:39:29 -06:00
parent 94ebce046b
commit 6ae9ddb73a
9 changed files with 123 additions and 49 deletions

View file

@ -1,4 +1,4 @@
{ packages, host, system, ... }:
{ host, ... }:
{
users.groups.plugdev = {}; # Create plugdev group
networking.hostName = host.hostName;