nixpkgs/nixos
Joachim Fasting e72aaa73ea
nixos/dnscrypt-proxy: support updating before nss is up
Resolve download.dnscrypt.org using hostip with a bootstrap
resolver (hard-coded to Google Public DNS for now), to ensure
that we can get an up-to-date resolver list without working name
service lookups. This makes us more robust to the upstream
resolver list getting out of date and other DNS configuration
problems.

We use the curl --resolver switch to allow https cert validation
(we'd need to do --insecure if using just the ip addr). Note
that we don't rely on https for security but it's nice to have
it ...
2017-03-08 19:07:50 +01:00
..
doc/manual Merge pull request #23512 from matthiasbeyer/doc-fix-xfce 2017-03-06 17:33:13 -05:00
lib make-disk-image.nix: set last fsck time on ext4 images to enable resize-on-startup 2017-02-26 02:02:22 +00:00
maintainers nova-image: refactoring 2017-02-24 22:17:52 +01:00
modules nixos/dnscrypt-proxy: support updating before nss is up 2017-03-08 19:07:50 +01:00
tests networking/bonds: fix examples 2017-03-08 04:54:17 +01:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
release-combined.nix Merge pull request #23388 from ttuegel/nixos-plasma5 2017-03-03 09:50:08 -06:00
release-small.nix nixos/release-small.nix: cleanup to use default versions 2017-01-27 15:33:54 +01:00
release.nix nixos: fix renaming warning in KDE closure 2017-03-03 07:24:58 -06:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.