Remove unwanted virt config on Zeke

This commit is contained in:
Greg Hellings
2025-11-03 08:33:37 -06:00
parent af41fd6b92
commit 7be09a866c
3 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -9,7 +9,7 @@
imports = [
./boot.nix
./hardware-configuration.nix
./virt.nix
# ./virt.nix
top.nix-hardware.nixosModules.system76
];
@@ -86,7 +86,6 @@
};
users.users.greg.extraGroups = [
"kvm"
"podman"
];
+3 -1
View File
@@ -20,7 +20,9 @@
"sd_mod"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelModules = [
#"kvm-amd"
];
boot.extraModulePackages = [ ];
fileSystems = {
-1
View File
@@ -13,7 +13,6 @@ let
];
in
{
greg.runner.enable = true;
# These options enable sharing of the GPU with the VM
boot = {
# Order matters here, to prevent the AMD driver from getting to the driver before