diff options
| -rw-r--r-- | modules/launchd/launchd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launchd/launchd.nix b/modules/launchd/launchd.nix index 32fa781..119d4f0 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 |
