mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
added age-plugin-yubikey
This commit is contained in:
parent
b8b25478e9
commit
bfad2975cd
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue