Remove unwanted virt config on Zeke
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
"sd_mod"
|
||||
];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.kernelModules = [
|
||||
#"kvm-amd"
|
||||
];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems = {
|
||||
|
||||
Reference in New Issue
Block a user