My personal nix config files. Feel free to import flake.

add vm pkgs

+9
+9
hosts/thoughtful.nix
··· 43 43 # "plymouth.use-simpledrm" # Use simple DRM backend for Plymouth 44 44 ]; 45 45 }; 46 + # VM 47 + programs.dconf.enable = true; 48 + users.users.gcis.extraGroups = [ "libvirtd" ]; 49 + users.users.gcis.group = "gcis"; 50 + users.groups.gcis = {}; 51 + users.users.gcis.isSystemUser = true; 52 + environment.systemPackages = with pkgs; [ virt-manager virt-viewer spice spice-gtk spice-protocol win-virtio win-spice adwaita-icon-theme ]; 53 + virtualisation = { libvirtd = { enable = true; qemu = { swtpm.enable = true; ovmf.enable = true; ovmf.packages = [ pkgs.OVMFFull.fd ]; }; }; spiceUSBRedirection.enable = true; }; services.spice-vdagentd.enable = true; 54 + # /VM 46 55 teq.nixos = { 47 56 media = false; 48 57 cachyos = true;