add libvirt

This commit is contained in:
foosinn 2021-06-28 11:09:44 +02:00
parent d0e007cd28
commit c7e1cbe68b
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ in {
docker-compose
fuse-overlayfs
qemu
virt-manager
(import ../packages/skaffold.nix)
(import ../packages/helm2.nix)

View file

@ -106,7 +106,7 @@ in {
};
users.users.stefan = {
extraGroups = [ "wheel" "dialout" ];
extraGroups = [ "wheel" "dialout" "libvirtd"];
home = "/home/stefan";
isNormalUser = true;
uid = 1000;