Add key management tools to helium
This commit is contained in:
parent
b452116831
commit
859edb1db5
2 changed files with 22 additions and 9 deletions
|
@ -57,8 +57,14 @@ in
|
|||
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
(onlykey.override (prev: {
|
||||
node_webkit = prev.node_webkit.overrideAttrs {
|
||||
src = fetchurl { url = "https://dl.nwjs.io/v0.71.1/nwjs-v0.71.1-linux-x64.tar.gz"; };
|
||||
hash = "sha256-bnObpwfJ6SNJdOvzWTnh515JMcadH1+fxx5W9e4gl/4=";
|
||||
};
|
||||
}))
|
||||
|
||||
cryptsetup
|
||||
onlykey
|
||||
onlykey-cli
|
||||
onlykey-agent
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue