more hardware virtualization stuff being added in

This commit is contained in:
2026-01-05 15:46:13 -05:00
parent e3b134e48a
commit 7f0fdbc6bb
2 changed files with 3 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ in {
}; };
# Add username to groups "wheel" and "video" - more may be added here later # Add username to groups "wheel" and "video" - more may be added here later
users.users.${userName}.extraGroups = ["wheel" "video" "gamemode" "podman" "network"]; users.users.${userName}.extraGroups = ["wheel" "video" "gamemode" "podman" "network" "libvirtd"];
services = { services = {
# Enable OpenSSH # Enable OpenSSH

View File

@@ -1,6 +1,8 @@
{ pkgs, ... }: { { pkgs, ... }: {
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
services.qemuGuest.enable = true;
services.spice-vdagentd.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
qemu qemu
quickemu quickemu