From 403e43274698e6583403d4327a1a45ffa66f45f9 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Mon, 1 Jan 2018 23:03:11 +0100 Subject: [PATCH] launchd: fix type of inetdCompatibility --- modules/launchd/launchd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/launchd/launchd.nix b/modules/launchd/launchd.nix index 30162e8..d8ae175 100644 --- a/modules/launchd/launchd.nix +++ b/modules/launchd/launchd.nix @@ -60,7 +60,7 @@ with lib; type = types.nullOr (types.submodule { options = { Wait = mkOption { - type = types.nullOr types.str; + type = types.nullOr (types.either types.bool types.str); default = null; description = '' This flag corresponds to the "wait" or "nowait" option of inetd. If true, then the listening