about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-27 13:43:28 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-29 13:46:57 +0200
commitf5154f2059304dbb38dd98c1ec2fd7b6df14bf9d (patch)
tree53fb10270912ad7e7da747e33563c58648acae82 /hosts/home.nix
parentUpdate (diff)
downloadnixos-config-f5154f2059304dbb38dd98c1ec2fd7b6df14bf9d.tar.gz
nixos-config-f5154f2059304dbb38dd98c1ec2fd7b6df14bf9d.tar.bz2
nixos-config-f5154f2059304dbb38dd98c1ec2fd7b6df14bf9d.zip
Fmt
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix2
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;
         };
       };
     };