added age-plugin-yubikey

This commit is contained in:
Bryan Ramos 2026-03-12 16:04:55 -04:00
parent b8b25478e9
commit bfad2975cd

View file

@ -21,6 +21,7 @@ let
echo "Starting backup: $BACKUP_NAME"
echo "Paths: ${concatStringsSep " " cfg.paths}"
export PATH="${pkgs.age-plugin-yubikey}/bin:$PATH"
${pkgs.gnutar}/bin/tar -C / -cf - ${concatStringsSep " " tarPaths} | \
${pkgs.age}/bin/age ${recipientArgs} -o "$TEMP_DIR/$BACKUP_NAME"