feat(host/orion): improve tpm2 support
This commit is contained in:
parent
304f6f2691
commit
5625f60877
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||||
|
|
||||||
|
security.tpm2.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [ tpm2-tss ];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
@ -23,6 +26,7 @@
|
|||||||
];
|
];
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableTpm2 = true;
|
||||||
initrdBin = [
|
initrdBin = [
|
||||||
pkgs.libuuid
|
pkgs.libuuid
|
||||||
pkgs.gawk
|
pkgs.gawk
|
||||||
|
Loading…
Reference in New Issue
Block a user