about summary refs log tree commit diff stats
path: root/hm/soispha/conf/gpg/agent-program.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-10 14:47:51 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-10 14:47:51 +0200
commite8aca66e743d59c884b1cf89a19a51a56b311dda (patch)
tree0298105da378e153c97d541e91a9d5919936774b /hm/soispha/conf/gpg/agent-program.sh
parentfix(hm/conf/gpg): Remove `onlykey` specific configuration (diff)
downloadnixos-config-e8aca66e743d59c884b1cf89a19a51a56b311dda.zip
fix(hm/conf/gpg): Allow mutable keys and thus remove old keys
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/conf/gpg/agent-program.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/hm/soispha/conf/gpg/agent-program.sh b/hm/soispha/conf/gpg/agent-program.sh
deleted file mode 100755
index 47d8158f..00000000
--- a/hm/soispha/conf/gpg/agent-program.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env dash
-
-# shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
-
-onlykey-gpg-agent -v --skey-slot=ECC32 --dkey-slot=ECC32 "$@"