Enable TPM

This commit is contained in:
ItsDrike 2024-04-12 21:38:05 +02:00
parent 74603055b8
commit de2248452a
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
4 changed files with 34 additions and 0 deletions

View file

@ -19,5 +19,11 @@ in
default = false;
description = "Is this system a virtual machine?";
};
hasTPM = mkOption {
type = lib.types.bool;
default = false;
description = "Does this device have a TPM (Trusted Platform Module)?"
}
};
}