chore(ops/nixos): Move NixOS configuration one level up
This commit is contained in:
parent
3638048c9b
commit
1d687c5303
19 changed files with 51 additions and 14 deletions
16
ops/nixos/dotfiles/msmtprc
Normal file
16
ops/nixos/dotfiles/msmtprc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
defaults
|
||||
|
||||
port 587
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
# Runbox mail
|
||||
account runbox
|
||||
from mail@tazj.in
|
||||
host mail.runbox.com
|
||||
auth on
|
||||
user mail@tazj.in
|
||||
passwordeval pass show general/runbox-tazjin
|
||||
|
||||
# Use Runbox as default
|
||||
account default : runbox
|
||||
Loading…
Add table
Add a link
Reference in a new issue