diff --git a/hosts/cube.nix b/hosts/cube.nix index c5b65bc..438d8bc 100644 --- a/hosts/cube.nix +++ b/hosts/cube.nix @@ -78,7 +78,7 @@ isNormalUser = true; name = "muhh"; description = "Markus Heurung"; - extraGroups = [ "input" "networkmanager" "video" "wheel" ]; + extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ]; shell = pkgs.fish; linger = true; }; @@ -114,9 +114,14 @@ light.enable = true; sway.enable = true; }; - virtualisation.podman = { - enable = true; - dockerCompat = true; + virtualisation = { + libvirtd = { + enable = true; + }; + podman = { + enable = true; + dockerCompat = true; + }; }; xdg.portal.wlr.enable = true;