summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-11-12 11:45:46 -0800
committerBen Sima <ben@bsima.me>2018-11-12 11:45:46 -0800
commit153032f5232cacac38d0ed0a7a5b98b1a2216fe3 (patch)
tree8a6c449f57d2c7a0e73299feae1f80469bac1f33 /common.nix
parent1ada0af4566c8ab77aadb9e144df97be53a7ced3 (diff)
Update msmtprc tls
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 0886747..40caf40 100644
--- a/common.nix
+++ b/common.nix
@@ -59,6 +59,11 @@ in
source = ./tmux;
target = ".tmux.conf";
};
+ # use this because i override tls settings
+ msmtprc = {
+ source = ./msmtprc;
+ target = ".msmtprc";
+ };
};
};