1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 19:44:20 +00:00
nixpkgs/nixos
Pierre Bourdon 6b70d3e911
nixos/tor: allow AF_NETLINK address family
Tor attempts to detect what external IP address a machine is using by
listing addresses on all network interfaces on the system. This listing
is done using getifaddrs(3), which relies on netlink in order to get
IPv6 address information.

This change fixes Tor not finding the relay's IPv6 address unless
explicitly configured via either an ORPort directive or via DNS
resolution of the machine hostname.
2021-08-25 06:03:41 +02:00
..
doc release-notes: add postfixadmin module addition 2021-08-24 23:50:27 +02:00
lib nixos/test: some test fixes in succession of #125992 2021-08-20 13:38:22 -05:00
maintainers amazonImage: make statically sized again 2021-05-01 02:19:42 +00:00
modules nixos/tor: allow AF_NETLINK address family 2021-08-25 06:03:41 +02:00
tests postfixadmin: init at 3.3.9 2021-08-24 23:46:06 +02:00
COPYING
default.nix nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems 2021-01-08 19:36:10 +01:00
README
release-combined.nix release-combined.tested: Add the Sway test 2021-05-27 13:36:48 +02:00
release-small.nix
release.nix Merge pull request #121834 from samueldr/feature/raspberrypi4-image-cleanup 2021-05-10 14:05:02 -04:00

*** NixOS ***

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