Skip to content

Instantly share code, notes, and snippets.

@jhenahan
Created February 21, 2019 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhenahan/189050626d884d9365f7a730721572a9 to your computer and use it in GitHub Desktop.
Save jhenahan/189050626d884d9365f7a730721572a9 to your computer and use it in GitHub Desktop.
services.offlineimap = {
enable = true;
path = [ pkgs.pass pkgs.mu pkgs.bash pkgs.python ];
startInterval = 60;
extraConfig = ''
[Repository Remote]
...
sslcacertfile = ${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
...
'';
};
@jhenahan
Copy link
Author

[Repository Remote]
...
sslcacertfile = "/nix/store/1vnb74wihg7gisn9pm9b0py2faiixa8p-nss-cacert-3.42/etc/ssl/certs/ca-bundle.crt"
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment