More dotfiles. Adding home.nix!
This commit is contained in:
parent
975b1cb654
commit
316251e7cc
9 changed files with 187 additions and 16 deletions
|
|
@ -19,7 +19,8 @@ remotepasseval = decrypt_password(".iocom-password.gpg")
|
|||
realdelete = no
|
||||
ssl = yes
|
||||
# sslcacertfile = ~/.nix-profile/etc/ssl/certs/ca-bundle.crt
|
||||
sslcacertfile = /usr/local/etc/openssl/cert.pem
|
||||
# sslcacertfile = /usr/local/etc/openssl/cert.pem
|
||||
sslcacertfile = /etc/ssl/certs/ca-bundle.crt
|
||||
|
||||
[Account FastMail]
|
||||
localrepository = FastMailLocal
|
||||
|
|
@ -36,5 +37,6 @@ remoteuser = dustinswan@fastmail.com
|
|||
remotepasseval = decrypt_password(".dustinswan@fastmail.com-password.gpg")
|
||||
realdelete = no
|
||||
# sslcacertfile = ~/.nix-profile/etc/ssl/certs/ca-bundle.crt
|
||||
sslcacertfile = /usr/local/etc/openssl/cert.pem
|
||||
# sslcacertfile = /usr/local/etc/openssl/cert.pem
|
||||
sslcacertfile = /etc/ssl/certs/ca-bundle.crt
|
||||
ssl = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue