Remove unwanted virt config on Zeke
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./virt.nix
|
# ./virt.nix
|
||||||
top.nix-hardware.nixosModules.system76
|
top.nix-hardware.nixosModules.system76
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -86,7 +86,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
users.users.greg.extraGroups = [
|
users.users.greg.extraGroups = [
|
||||||
"kvm"
|
|
||||||
"podman"
|
"podman"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
"sd_mod"
|
"sd_mod"
|
||||||
];
|
];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [
|
||||||
|
#"kvm-amd"
|
||||||
|
];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ let
|
|||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
greg.runner.enable = true;
|
|
||||||
# These options enable sharing of the GPU with the VM
|
# These options enable sharing of the GPU with the VM
|
||||||
boot = {
|
boot = {
|
||||||
# Order matters here, to prevent the AMD driver from getting to the driver before
|
# Order matters here, to prevent the AMD driver from getting to the driver before
|
||||||
|
|||||||
Reference in New Issue
Block a user