im gonna die

This commit is contained in:
2026-02-26 21:01:53 -05:00
parent a2fd8acc07
commit a92363a211
6 changed files with 103 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{pkgs, ...}:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
qemu
@@ -6,7 +6,7 @@
];
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["laythe"];
users.groups.libvirtd.members = [ "laythe" ];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
virtualisation.libvirtd.qemu.swtpm.enable = true;
@@ -14,5 +14,6 @@
virtualisation.podman = {
enable = true;
dockerCompat = true;
enableNvidia = true;
};
}
}