add hardened-extended preset

This commit is contained in:
nixbitcoin 2021-01-30 23:08:35 +01:00
parent 4a2bc280e0
commit 3b938a909f
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
3 changed files with 147 additions and 1 deletions

View file

@ -188,7 +188,7 @@ let
hardened = {
imports = [
scenarios.secureNode
../modules/presets/hardened.nix
../modules/presets/hardened-extended.nix
];
};