Add key management tools to helium

This commit is contained in:
Vili Sinervä 2024-10-15 19:49:04 +03:00
parent b452116831
commit 859edb1db5
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 22 additions and 9 deletions

View file

@ -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
])