We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245b282 commit e97b5f5Copy full SHA for e97b5f5
machines/Home-Server-2025/hardware-configuration.nix
@@ -21,7 +21,7 @@
21
"sr_mod"
22
];
23
boot.initrd.kernelModules = [ ];
24
- boot.kernelModules = [ "kvm-amd" ];
+ boot.kernelModules = [ "kvm-intel" ];
25
boot.extraModulePackages = [ ];
26
27
# required for sops-nix to find the decryption key
machines/hsarr/hardware-configuration.nix
0 commit comments