diff options
author | Ben Sima <ben@bsima.me> | 2018-11-12 11:45:46 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-12 11:45:46 -0800 |
commit | 153032f5232cacac38d0ed0a7a5b98b1a2216fe3 (patch) | |
tree | 8a6c449f57d2c7a0e73299feae1f80469bac1f33 /common.nix | |
parent | 1ada0af4566c8ab77aadb9e144df97be53a7ced3 (diff) |
Update msmtprc tls
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -59,6 +59,11 @@ in source = ./tmux; target = ".tmux.conf"; }; + # use this because i override tls settings + msmtprc = { + source = ./msmtprc; + target = ".msmtprc"; + }; }; }; |