Skip to content

Commit e97b5f5

Browse files
committed
added correct kernel module for kvm-intel
1 parent 245b282 commit e97b5f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

machines/Home-Server-2025/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"sr_mod"
2222
];
2323
boot.initrd.kernelModules = [ ];
24-
boot.kernelModules = [ "kvm-amd" ];
24+
boot.kernelModules = [ "kvm-intel" ];
2525
boot.extraModulePackages = [ ];
2626

2727
# required for sops-nix to find the decryption key

machines/hsarr/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"sr_mod"
2222
];
2323
boot.initrd.kernelModules = [ ];
24-
boot.kernelModules = [ "kvm-amd" ];
24+
boot.kernelModules = [ "kvm-intel" ];
2525
boot.extraModulePackages = [ ];
2626

2727
# required for sops-nix to find the decryption key

0 commit comments

Comments
 (0)