ADD vagrant package and configuration with libvirt
This commit is contained in:
parent
9d0bd731b1
commit
4d4754dbad
|
@ -161,7 +161,7 @@
|
|||
isNormalUser = true;
|
||||
home = "/home/alexandre";
|
||||
description = "alexandre";
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" "vboxusers" "scanner" "lp" "plocate" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" "qemu-libvirtd" "vboxusers" "scanner" "lp" "plocate" ];
|
||||
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
# SERVICES
|
||||
virtualisation.libvirtd.enable = true;
|
||||
services = {
|
||||
printing = {
|
||||
enable = true;
|
||||
|
|
|
@ -58,5 +58,6 @@
|
|||
wezterm
|
||||
drawio
|
||||
lsd
|
||||
vagrant
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue