sshd-openpgp-auth: init at 0.3.0
https://codeberg.org/wiktor/ssh-openpgp-auth
This commit is contained in:
parent
e33a3e4c7a
commit
88c9301627
2 changed files with 16 additions and 0 deletions
14
pkgs/by-name/ss/ssh-openpgp-auth/daemon.nix
Normal file
14
pkgs/by-name/ss/ssh-openpgp-auth/daemon.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Ideally, this file would have been placed in
|
||||
# pkgs/by-name/ss/sshd-openpgp-auth/package.nix, but since `./generic.nix` is
|
||||
# outside of the directory, the nixpkgs-check-by-name test will fail the CI. So
|
||||
# we call this file in all-packages.nix like in the old days.
|
||||
{ callPackage }:
|
||||
|
||||
callPackage ./generic.nix {
|
||||
pname = "sshd-openpgp-auth";
|
||||
version = "0.3.0";
|
||||
srcHash = "sha256-IV0Nhdqyn12HDOp1jaKz3sKTI3ktFd5b6qybCLWt27I=";
|
||||
cargoHash = "sha256-/+lZkVMeFUMRD7NQ/MHDU5f3rkKDx1kDv5tjA41RExc=";
|
||||
metaDescription =
|
||||
"Command-line tool for creating and managing OpenPGP based trust anchors for SSH host keys";
|
||||
}
|
|
@ -11643,6 +11643,8 @@ with pkgs;
|
|||
|
||||
ssh-copy-id = callPackage ../tools/networking/openssh/copyid.nix { };
|
||||
|
||||
sshd-openpgp-auth = callPackage ../by-name/ss/ssh-openpgp-auth/daemon.nix { };
|
||||
|
||||
opensp = callPackage ../tools/text/sgml/opensp { };
|
||||
|
||||
opentofu = callPackage ../applications/networking/cluster/opentofu { };
|
||||
|
|
Loading…
Reference in a new issue