summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-23 11:32:02 -0700
committerBen Sima <ben@bsima.me>2019-04-23 11:32:02 -0700
commitffcde0b8ae13d5a488b5cf244b14b5e87d8fe463 (patch)
tree503000cf8b209b28de37fb94bd191204b328d24a /common.nix
parent1dd6e6a8e3b79d030dc69e7f0a15bc0bc0889144 (diff)
fix email tls settings
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.nix b/common.nix
index 11c5d16..818ddb5 100644
--- a/common.nix
+++ b/common.nix
@@ -35,11 +35,6 @@ in
source = ./tmux;
target = ".tmux.conf";
};
- # use this because i override tls settings
- msmtprc = {
- source = ./msmtprc;
- target = ".msmtprc";
- };
};
};