Brian Olsen

Results 85 comments of Brian Olsen

NixOS has a test helper that sets up its own letsencrypt server to test letsencrypt options [nixos/tests/common/letsencrypt.nix](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/common/letsencrypt.nix). Maybe you can use that to test letsencrypt support

DMARC is a two part process. It is others sending you reports based on DNS records and you sending reports to others based on their DNS records. OpenDMARC only does...

@phdoerfler right now I am working on upstreaming my changes to hopefully get them included in the upcoming NixOS 18.03. I have completed awstats package (NixOS/nixpkgs#34397) and rspamd module (NixOS/nixpkgs#34562)...

@phdoerfler it looks like the default rspamd.conf that comes with rspamd not the generated one from the module. The module defaults to binding the normal socket to `/run/rspamd/rspamd.sock` not `*:11333`

I think I might miss the freeze for 18.03 with NixOS/nixpkgs#35536 since it has gotten a little lost in the PR list. But other than that my plan was to...

@r-raymond Sorry for the delay. Had to go to a wedding/extended family visit on the other side of the globe and that took 3 weeks with 1 week getting over...

@r-raymond I tried using git LFS to store the ClamAV database as described [here](https://help.github.com/articles/working-with-large-files/) but it seems that because I don't have permission to upload LFS files to your official...

Have you considered disabling Travis CI cache so that CI works again? I also believe both Travis and hydra.nixos.org store their cache/files in S3 so caching /nix/store will only be...

@sobolevn the problem is that on linux among others the gettext api is implemented directly in glibc while on macOS you have to install it. I did a fix for...

I really appreciate what you guys are trying to do with this project. I am curious as to what you mean when you say you want to make the declarative...