Added sign-file shell aias
This commit is contained in:
parent
c5e0384d52
commit
66ccf04de8
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ let
|
||||||
cmd = "nvim ~/nixos/";
|
cmd = "nvim ~/nixos/";
|
||||||
desc = "Open nixos config in nvim";
|
desc = "Open nixos config in nvim";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "sign-file";
|
||||||
|
cmd = "ssh-keygen -Y sign -f ~/.ssh/sign/yk-5c-nfc/id_ed25519_sk_SSH_SIGN_YUBIKEY_5C_NFC -n file";
|
||||||
|
desc = "Sign provided file with SSH-ED25519-SK key. Takes in one argument: sign-file document.pdf)";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
helpText = lib.concatMapStringsSep "\\n" (a: " ${a.name} -> ${a.desc}") aliases;
|
helpText = lib.concatMapStringsSep "\\n" (a: " ${a.name} -> ${a.desc}") aliases;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue