Skip to content

Commit

Permalink
Fix path to pkvm patch
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Bluhm <[email protected]>
  • Loading branch information
mbssrc authored and brianmcgillion committed May 16, 2024
1 parent 5184a0f commit 9abbd1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pkvm_patch = [
{
name = "pkvm-patch";
patch = ../../../../../virtualization/pkvm/0001-pkvm-enable-pkvm-on-intel-x86-6.1-lts.patch;
patch = ../../../../../common/virtualization/pkvm/0001-pkvm-enable-pkvm-on-intel-x86-6.1-lts.patch;
structuredExtraConfig = with lib.kernel; {
KVM_INTEL = yes;
KSM = no;
Expand Down

0 comments on commit 9abbd1e

Please sign in to comment.