Add TPM2 support
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
users.users.chase = {
|
||||
isNormalUser = true;
|
||||
description = "Chase";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
extraGroups = ["networkmanager" "tss" "wheel"];
|
||||
};
|
||||
|
||||
# Install git and enable cache
|
||||
@@ -198,4 +198,10 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.tpm2 = {
|
||||
enable = true;
|
||||
pkcs11.enable = true;
|
||||
tctiEnvironment.enable = true;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user