mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 17:40:42 +00:00
Fix typos
This commit is contained in:
parent
a2342f6660
commit
edd9c63596
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, ... }: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (lib) mkIf mkDefault;
|
||||
|
||||
enabled = config.device.hasTPM;
|
||||
enabled = config.myOptions.device.hasTPM;
|
||||
in {
|
||||
config = mkIf enabled {
|
||||
security.tpm2 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue