Skip to content

Commit

Permalink
Disable the tpm in the nxp targets.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGillion <[email protected]>
  • Loading branch information
brianmcgillion committed Oct 7, 2024
1 parent 4cee543 commit 23a10ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/imx8mp-evk/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ let
grub.enable = false;
generic-extlinux-compatible.enable = true;
};
initrd.systemd.tpm2.enable = false;
};

# Disable all the default UI applications
Expand Down

0 comments on commit 23a10ab

Please sign in to comment.