diff --git a/modules/launchd/launchd.nix b/modules/launchd/launchd.nix index 32fa78155..119d4f0a0 100644 --- a/modules/launchd/launchd.nix +++ b/modules/launchd/launchd.nix @@ -91,7 +91,7 @@ with lib; }; LimitLoadToSessionType = mkOption { - type = types.nullOr types.str; + type = types.nullOr (types.oneOf [types.str (types.listOf types.str)]); default = null; description = lib.mdDoc '' This configuration file only applies to sessions of the type specified. This key is used in concert