diff --git a/hosts/zeke/default.nix b/hosts/zeke/default.nix index 0d94afb..46cc899 100644 --- a/hosts/zeke/default.nix +++ b/hosts/zeke/default.nix @@ -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" ]; diff --git a/hosts/zeke/hardware-configuration.nix b/hosts/zeke/hardware-configuration.nix index a2221ff..40ce1a5 100644 --- a/hosts/zeke/hardware-configuration.nix +++ b/hosts/zeke/hardware-configuration.nix @@ -20,7 +20,9 @@ "sd_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; + boot.kernelModules = [ + #"kvm-amd" + ]; boot.extraModulePackages = [ ]; fileSystems = { diff --git a/hosts/zeke/virt.nix b/hosts/zeke/virt.nix index d3408d4..8bbc7fd 100644 --- a/hosts/zeke/virt.nix +++ b/hosts/zeke/virt.nix @@ -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