Hardcode the path for the passwordCommand

This commit is contained in:
Andreas Zweili 2023-09-27 21:26:15 +02:00
parent 331eb50edc
commit 55bd10e0e6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ in
realName = "Andreas Zweili";
userName = "andreas@zweili.ch";
primary = true;
passwordCommand = "cat ${config.age.secrets.personalEmailKey.path}";
passwordCommand = "cat /run/user/1000/agenix/personalEmailKey";
aliases = [
"andreas.zweili@gmail.com"
"andreas@2li.ch"