Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6386df1645091e30106db2c097f9bfb5b2d0070b
      
https://github.com/NixOS/nixpkgs/commit/6386df1645091e30106db2c097f9bfb5b2d0070b
  Author: aszlig <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M nixos/modules/services/networking/nsd.nix

  Log Message:
  -----------
  nixos/nsd: Fix indentation/coding style.

For Nix, we indent using two spaces, but in this module somehow 4 spaces
were snuck in. Other than that, remoteControl and ratelimit are just
nested attribute sets, so we don't need to make another submodule type
for no particular reason.

Signed-off-by: aszlig <[email protected]>


  Commit: fd9c8fa3dcabf4a9def05779c6b2d837e0d8d183
      
https://github.com/NixOS/nixpkgs/commit/fd9c8fa3dcabf4a9def05779c6b2d837e0d8d183
  Author: aszlig <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M pkgs/servers/dns/nsd/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  pkgs/nsd: Allow to easily override the package.

Allowing to use nixpkgs config to provide different defaults is not
going to help us here, so we would like to use nsd.override {} in order
to supply the correct options in the module.

Eventually removing the nixpkgs config option would make sense here as
well.

Signed-off-by: aszlig <[email protected]>


  Commit: 141cb70d5c1f92fdbdb91b7929567bb144304f88
      
https://github.com/NixOS/nixpkgs/commit/141cb70d5c1f92fdbdb91b7929567bb144304f88
  Author: aszlig <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M nixos/modules/tasks/network-interfaces.nix

  Log Message:
  -----------
  nixos/networking: Fix typo in ipv6prefixLength.

Within the module it's referenced with an uppercase "P" and ipv6Address
also begins with an uppercase "A" after the "6", so let's make it
consistent.

Signed-off-by: aszlig <[email protected]>


  Commit: e8c4fde22d35d34219a65dd5e3e5c59c89fdcadb
      
https://github.com/NixOS/nixpkgs/commit/e8c4fde22d35d34219a65dd5e3e5c59c89fdcadb
  Author: aszlig <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M nixos/modules/services/networking/nsd.nix

  Log Message:
  -----------
  nixos/nsd: Improve support for journald/systemd.

Don't fork into the background and just log to stderr.

Signed-off-by: aszlig <[email protected]>


  Commit: c9d1c0d8d160e54cac9b42a6e839066a89208147
      
https://github.com/NixOS/nixpkgs/commit/c9d1c0d8d160e54cac9b42a6e839066a89208147
  Author: aszlig <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M nixos/release.nix
    A nixos/tests/nsd.nix

  Log Message:
  -----------
  nixos/tests: Add basic test for nsd module.

Currently only tests basic resource record lookup against IPv4 and IPv6.
Nothing special yet, but probably enough for most setups.

Signed-off-by: aszlig <[email protected]>


Compare: https://github.com/NixOS/nixpkgs/compare/eac5176529d4...c9d1c0d8d160
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to