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 firefox sync-server service: make path to paster executable absolute 2015-07-12 20:43:52 +12:00
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 nixos: added aiccu service 2015-03-20 22:01:35 +01:00
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 types.uniq types.bool -> types.bool 2015-06-15 18:10:26 +02:00
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 charybdis service: fix preStart script 2015-07-13 15:11:18 +02:00
chrony.nix chrony service: Members of group chrony can use chronyc 2015-11-03 15:07:18 +01:00
cjdns-hosts.sh cjdns: add peer hostnames to extraHosts, option for external config 2014-10-21 13:16:04 -04:00
cjdns.nix nixos: fix cjdns json config 2015-04-25 09:40:44 -04:00
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 nixos/dhcpd: Wait until network interfaces are configured to start 2014-08-13 15:08:43 -05:00
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 fix argument in mkEnableOption 2015-06-21 18:21:21 +03:00
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 Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
freenet.nix types.uniq types.int -> types.int 2015-06-15 18:11:32 +02:00
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 Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
gogoclient.nix nixos/networking: Fixes 2014-11-26 16:29:24 -08:00
gvpe.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
haproxy.nix nixos/haproxy: remove broken default 'config' 2015-02-22 12:30:14 +01:00
heyefi.nix heyefi service: make uploadDir path more generic and a string 2015-07-14 06:56:30 -07:00
hostapd.nix hostapd: rename extraCfg -> extraConfig, added asserts 2015-12-26 11:37:00 +01:00
i2p.nix i2p service: use mkEnableOption 2015-08-09 02:29:35 +02:00
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 mailpile: add module 2014-09-26 10:49:09 +02:00
minidlna.nix minidlna: 1.0.25 -> 1.1.4 2015-07-04 09:16:28 +02:00
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 nixos/network-interfaces: Add mstpd support for bridges 2015-01-07 14:49:24 -08:00
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 nixos/nat: Fix override so that sysctls are properly preserved 2014-10-31 16:50:25 -07:00
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 types.uniq types.int -> types.int 2015-06-15 18:11:32 +02:00
ntpd.nix nixos ntpd: allow passing extra flags 2015-09-10 10:58:13 +02:00
nylon.nix nixos: adding nylon service with uid,gid 2015-01-14 22:08:47 +01:00
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 nixos/openntpd: Don't start until we have networking 2015-02-06 14:45:47 -08:00
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 Some more type cleanup 2015-06-15 18:18:46 +02:00
prayer.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
privoxy.nix privoxy: upstart to systemd conversion, actions file editing 2014-08-27 11:34:10 -04:00
prosody.nix prosody: added websocket support 2014-10-15 03:57:00 +02:00
quassel.nix quassel service: Support multiple listen addresses, fixes #10924 2015-11-10 11:10:21 +01:00
racoon.nix nixos/racoon: create /var/racoon upon start 2015-08-19 23:38:44 +02:00
radicale.nix radicale service: run with dedicated user 2016-03-20 15:50:14 +01:00
radvd.nix nixos/radvd: Convert to a systemd unit 2014-08-24 03:12:55 -07:00
rdnssd.nix nixos/rdnssd: Major refactoring 2015-04-04 21:20:07 -07:00
rpcbind.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
sabnzbd.nix Sane default configuration for sabnzbd module 2015-05-05 00:18:22 -04:00
searx.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
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 nixos: only enable spipe when user specifies 2014-04-25 05:42:00 -05:00
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 Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
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 Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
tftpd.nix nixos/tftpd: add option types and fixup descriptions 2015-02-01 15:57:28 +01:00
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 Fix user-facing typos (mainly in descriptions) 2014-12-30 03:31:03 +01:00
tvheadend.nix tvheadend: init at 4.0.4 2015-06-24 13:22:09 +00:00
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 Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
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 Some more type cleanup 2015-06-15 18:18:46 +02:00