1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-30 19:54:43 +00:00
Thane Gill 2024-01-19 15:16:48 -08:00
parent 74ab0227ee
commit 6b27542e86

View file

@ -91,7 +91,7 @@ with lib;
}; };
LimitLoadToSessionType = mkOption { LimitLoadToSessionType = mkOption {
type = types.nullOr types.str; type = types.nullOr (types.oneOf [types.str (types.listOf types.str)]);
default = null; default = null;
description = lib.mdDoc '' description = lib.mdDoc ''
This configuration file only applies to sessions of the type specified. This key is used in concert This configuration file only applies to sessions of the type specified. This key is used in concert