nixpkgs/nixos/modules/services/networking
Mitchell Pleune 927aaecbcb iodined service: wantedBy ip-up.target
When iodined tries to start before any interface other than loopback has an ip, iodined fails.
Wait for ip-up.target

The above is because of the following:
in iodined's code: src/common.c line 157
	the flag AI_ADDRCONFIG is passed as a flag to getaddrinfo.
	Iodine uses the function

		get_addr(char *host,
			int port,
			int addr_family,
			int flags,
			struct sockaddr_storage *out);

	to get address information via getaddrinfo().

	Within get_addr, the flag AI_ADDRCONFIG is forced.

	What this flag does, is cause getaddrinfo to return
	"Name or service not known" as an error explicitly if no ip
	has been assigned to the computer.
	see getaddrinfo(3)

Wait for an ip before starting iodined.
2016-03-22 23:40:49 -04:00
..
firefox
ircd-hybrid jobs -> systemd.services 2016-01-07 06:39:06 +00:00
ssh openssh: use bin instead of sbin folder 2016-03-05 23:56:32 -05:00
aiccu.nix
amuled.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
asterisk.nix service.asterisk: fix dir creation 2015-10-19 19:05:23 +02:00
atftpd.nix
autossh.nix nixos: use "example.net" host name in autossh documentation 2015-10-28 20:04:36 +01:00
avahi-daemon.nix nixos avahi-daemon: add new option declarations 2015-12-21 18:20:35 +01:00
bind.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
bird.nix bird module: run as user/group bird, not ircd 2016-03-07 02:02:58 +01:00
bitlbee.nix bitlbee service: enable plugins 2015-09-08 14:24:50 -07:00
btsync.nix nixos: btsync - switch to using systemd user services 2016-01-07 03:33:38 -06:00
charybdis.nix
chrony.nix chrony service: Members of group chrony can use chronyc 2015-11-03 15:07:18 +01:00
cjdns-hosts.sh
cjdns.nix
cntlm.nix cntlm: refactor to systemd service, fixes #11339 2015-12-07 15:40:43 +01:00
connman.nix nixos/connman: Fix assertion for networkmanager 2016-02-01 19:33:50 +01:00
consul.nix nixos: Provide a defaultText for type = package 2016-02-17 21:12:24 +01:00
copy-com.nix copy-com service: order after network-online.target 2015-10-13 21:02:01 +02:00
ddclient.nix Configure a default trust store for openssl 2016-02-03 12:42:01 +01:00
dhcpcd.nix nixos networking: add vswitch option 2015-09-25 11:55:27 +02:00
dhcpd.nix
dnschain.nix dnschain nixos module: init 2015-09-10 18:11:40 +02:00
dnscrypt-proxy.nix dnscrypt-proxy service: expose option to use ephemeral keys 2016-03-17 15:02:33 +01:00
dnsmasq.nix dnsmasq: create state dir for dhcp leases file 2015-12-24 22:36:19 +01:00
docker-registry-server.nix
ejabberd.nix nixos: Provide a defaultText for type = package 2016-02-17 21:12:24 +01:00
fan.nix nixos: rename service 'ubuntu-fan' as 'fan' 2015-08-22 14:05:35 -04:00
firewall.nix Set networking.firewall.allowPing = true by default. 2016-03-17 19:40:13 +01:00
flashpolicyd.nix
freenet.nix
gale.nix gale service: fix permissions configuration, fixes #12457 2016-01-20 02:09:40 +01:00
gateone.nix Gateone: fix cacerts dependency 2016-01-24 16:52:06 -05:00
git-daemon.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
gnunet.nix
gogoclient.nix
gvpe.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
haproxy.nix
heyefi.nix
hostapd.nix hostapd: rename extraCfg -> extraConfig, added asserts 2015-12-26 11:37:00 +01:00
i2p.nix
i2pd.nix nixos: i2pd, change to yes/no config entries and explicitly enable client endpoints 2016-03-13 21:36:30 +01:00
iodined.nix iodined service: wantedBy ip-up.target 2016-03-22 23:40:49 -04:00
kippo.nix kippo: revert twisted dependency 2016-02-22 13:57:24 -05:00
lambdabot.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
libreswan.nix libreswan: add package and service to nixos 2016-03-02 09:44:30 -05:00
mailpile.nix
minidlna.nix
miniupnpd.nix miniupnpd: firewall config 2015-12-13 16:44:58 +01:00
mjpg-streamer.nix mjpg-streamer service: init 2016-03-12 18:53:02 +03:00
mstpd.nix
murmur.nix murmur: sslCa and extraConfig options, fixes #11419 2015-12-22 01:28:39 +01:00
namecoind.nix namecoind nixos module: security enhancements 2015-09-10 18:11:40 +02:00
nat.nix
networkmanager.nix networkmanager: Enable ipv6 privacy extensions by default 2016-03-03 12:01:01 -05:00
ngircd.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
nix-serve.nix Change argument --port to --listen in nix-serve.nix 2015-11-13 21:25:50 +08:00
nntp-proxy.nix nixos: Fix build of manual 2016-03-03 21:35:31 +01:00
nsd.nix wheter → whether 2016-03-07 03:06:54 +01:00
ntopng.nix
ntpd.nix nixos ntpd: allow passing extra flags 2015-09-10 10:58:13 +02:00
nylon.nix
oidentd.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
openfire.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
openntpd.nix
openvpn.nix nixos: remove the obsolete 'services.openvpn.enable' option 2015-09-10 10:38:38 +02:00
ostinato.nix ostinato: add ostinato in NixOS services 2016-01-04 14:29:02 +08:00
pdnsd.nix pdnsd service: init 2016-02-12 19:53:41 +08:00
polipo.nix
prayer.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
privoxy.nix
prosody.nix
quassel.nix quassel service: Support multiple listen addresses, fixes #10924 2015-11-10 11:10:21 +01:00
racoon.nix
radicale.nix radicale service: run with dedicated user 2016-03-20 15:50:14 +01:00
radvd.nix
rdnssd.nix
rpcbind.nix
sabnzbd.nix
searx.nix
seeks.nix Manual: Remove store path references 2015-09-24 11:50:58 +02:00
shairport-sync.nix shairport-sync service: add module 2015-12-12 20:30:47 +01:00
shout.nix nixos/shout: rename 'host' to 'listenAddress' 2015-12-24 00:22:47 +01:00
skydns.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
softether.nix softether: Fixed problems with using systemd services 2016-01-20 03:47:33 +01:00
spiped.nix
sslh.nix nixos/sslh: rename 'host' to 'listenAddress' 2015-12-24 00:23:51 +01:00
strongswan.nix strongswan service: use config.system.sbin.modprobe instead of kmod 2015-11-30 01:50:57 +01:00
supplicant.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
supybot.nix
syncthing.nix syncthing: support SOCKS5 proxying for relays 2016-01-27 22:47:09 +03:00
tcpcrypt.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
teamspeak3.nix
tftpd.nix
tinc.nix tinc: chroot option 2016-02-10 17:29:36 +01:00
tlsdated.nix tlsdated: add missing default value for extraOptions 2016-02-18 05:29:12 +01:00
tox-bootstrapd.nix
tvheadend.nix
unbound.nix unbound: drop sbin directory 2016-03-06 12:50:41 +00:00
unifi.nix unifi: LD_LIBRARY_PATH hack for embedded libsnappyjava.so, fixes #12897 2016-02-11 09:06:33 -08:00
vsftpd.nix vsftpd.nix: Add possibility to add RSA key file 2016-03-09 01:32:44 +00:00
wakeonlan.nix Fixed wrong documentation for Wake-On-LAN feature 2015-10-31 12:55:34 +01:00
websockify.nix
wicd.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
wpa_supplicant.nix nixos-modules: Fixes related to "literalExample" and "defaultText". 2016-02-29 01:47:12 +01:00
xinetd.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
zerotierone.nix zerotierone: adopt systemd unit from upstream 2016-02-19 22:56:19 +00:00
znc.nix