sgx: add aesmd and refactor
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
69f4e8bcf9
commit
d0ad237493
8 changed files with 227 additions and 163 deletions
5
overlays/nixsgx/default.nix
Normal file
5
overlays/nixsgx/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ channels, ... }:
|
||||
final: prev:
|
||||
{
|
||||
inherit (channels.nixpkgs.nixsgx) sgx-psw;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue