chore(gnupg): add script to manage GPG master key from USB drive

This commit is contained in:
Yorick Barbanneau 2025-04-07 00:32:56 +02:00
parent e376634d06
commit 031be01d70
2 changed files with 139 additions and 0 deletions

View file

@ -51,5 +51,7 @@ in
programs.password-store = {
enable = cfg.pass;
};
home.file.".local/bin/gpg-attach-key".source = ./files/gpg-attach-key.sh;
};
}