mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 07:20:43 +00:00
Enable TPM
This commit is contained in:
parent
74603055b8
commit
de2248452a
4 changed files with 34 additions and 0 deletions
|
@ -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)?"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue