Skip to content

Commit

Permalink
Revert "nix: bump reference values for SNP on AKS"
Browse files Browse the repository at this point in the history
This reverts commit 1872e91.
  • Loading branch information
Freax13 authored Aug 28, 2024
1 parent 9a00935 commit a5de7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/by-name/contrast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ let
snp = [
{
minimumTCB = {
bootloaderVersion = 4;
bootloaderVersion = 3;
teeVersion = 0;
snpVersion = 21;
microcodeVersion = 211;
snpVersion = 8;
microcodeVersion = 115;
};
trustedMeasurement = lib.removeSuffix "\n" (
builtins.readFile (
Expand Down

0 comments on commit a5de7a3

Please sign in to comment.