aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-01 09:58:01 -0300
committerEuAndreh <eu@euandre.org>2021-03-01 09:58:01 -0300
commitebeeb4d0149929b29342b0d14d2257fc39303a5d (patch)
treed453cfd725c532bb053929d32fa19a5628e6a5ec /configuration.nix
parentsh/symlinks.sh: mkdir -p Guix config directory (diff)
downloaddotfiles-ebeeb4d0149929b29342b0d14d2257fc39303a5d.tar.gz
dotfiles-ebeeb4d0149929b29342b0d14d2257fc39303a5d.tar.xz
configuration.nix: Switch to msmtp from ssmtp
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix16
1 files changed, 5 insertions, 11 deletions
diff --git a/configuration.nix b/configuration.nix
index f68cf06b..4f9fb7d0 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -363,22 +363,16 @@ in {
programs = {
bash.enableCompletion = true;
autojump.enable = true;
+ msmtp = {
+ enable = true;
+ extraConfig = builtins.readFile /home/andreh/.config/msmtp/config;
+ setSendmail = true;
+ };
};
xdg.portal.enable = true;
services = {
flatpak.enable = enableFlatpak;
- ssmtp = {
- enable = true;
- authPassFile = "/home/andreh/annex/secret/SMTP/euandreh.txt";
- authUser = "eu@euandre.org";
- domain = "euandre.org";
- hostName = "box.euandre.org:587";
- root = "root@euandre.org";
- setSendmail = true;
- useSTARTTLS = true;
- useTLS = true;
- };
blueman.enable = true;
# We can see the actual generated crontab at /etc/crontab