1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Merge pull request #857 from thanegill/patch-2

Allow launchd serivceConfig.LimitLoadToSessionType to be a list
This commit is contained in:
Michael Hoang 2024-01-22 19:29:28 +10:00 committed by GitHub
commit 1e706ef323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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