diff options
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 818a0a6..9bd5f9d 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -113,7 +113,7 @@ smtpserverport = "587"; smtpencryption = "tls"; smtpuser = "manuelpalenzuelamerino@gmail.com"; - smtpPass = secrets.git.email.password; + smtpPass = secrets.email."manuelpalenzuelamerino@gmail.com".password; }; }; }; |