ADD vagrant package and configuration with libvirt

main
Alexandre LUCAZEAU 2022-10-13 12:27:30 +02:00
parent 9d0bd731b1
commit 4d4754dbad
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
3 changed files with 3 additions and 1 deletions

View File

@ -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/";
};
};

View File

@ -2,6 +2,7 @@
{
# SERVICES
virtualisation.libvirtd.enable = true;
services = {
printing = {
enable = true;

View File

@ -58,5 +58,6 @@
wezterm
drawio
lsd
vagrant
];
}