mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
use ssh host key as identityfile on tempest
reencrypt secrets and use personal key for mail
This commit is contained in:
@ -104,7 +104,7 @@
|
||||
|
||||
# Used to login and send and receive emails
|
||||
passwordCommand =
|
||||
"${pkgs.age}/bin/age --decrypt --identity ${config.identityFile} ${
|
||||
"${pkgs.age}/bin/age --decrypt --identity ~/.ssh/id_ed25519 ${
|
||||
pkgs.writeText "mailpass.age"
|
||||
(builtins.readFile ../../../private/mailpass.age)
|
||||
}";
|
||||
|
Reference in New Issue
Block a user