mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
replace manual home dir with config option
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
mu.enable = false;
|
||||
notmuch.enable = false;
|
||||
passwordCommand =
|
||||
"${pkgs.age}/bin/age --decrypt --identity /home/${config.user}/.ssh/id_ed25519 ${
|
||||
"${pkgs.age}/bin/age --decrypt --identity ${config.homePath}/.ssh/id_ed25519 ${
|
||||
builtins.toString ./mailpass.age
|
||||
}";
|
||||
smtp = {
|
||||
|
Reference in New Issue
Block a user