about summary refs log tree commit diff
path: root/users/wpcarro/bin/__dispatch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/bin/__dispatch.sh')
-rwxr-xr-xusers/wpcarro/bin/__dispatch.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/wpcarro/bin/__dispatch.sh b/users/wpcarro/bin/__dispatch.sh
index b7671562eb..17556ad2e0 100755
--- a/users/wpcarro/bin/__dispatch.sh
+++ b/users/wpcarro/bin/__dispatch.sh
@@ -12,6 +12,12 @@ case "${TARGET_TOOL}" in
   deploy-diogenes)
     attr="users.wpcarro.nixos.deploy-diogenes"
     ;;
+  import-gpg)
+    attr="users.wpcarro.configs.import-gpg"
+    ;;
+  export-gpg)
+    attr="users.wpcarro.configs.export-gpg"
+    ;;
   *)
     echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
     exit 1