lets restart

This commit is contained in:
2026-06-21 19:56:33 -05:00
parent d969daa52d
commit 6114900057
15 changed files with 0 additions and 407 deletions
-30
View File
@@ -1,30 +0,0 @@
{
config,
lib,
pkgs,
...
}:
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
virtualisation.libvirtd.qemu = {
swtpm.enable = true;
};
boot.kernelModules = [
"kvm-intel"
"kvm-amd"
];
users.users.river.extraGroups = [
"libvirtd"
"kvm"
];
environment.systemPackages = with pkgs; [
virt-manager
qemu
];
}