···77 # Always defined, but the value depends on the presence of an option.
88 config = {
99 value = if options ? enable then 360 else 7;
1010- }
1010+ }
1111 # Only define if possible.
1212 // lib.optionalAttrs (options ? enable) {
1313 enable = true;