mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
types.uniq types.int -> types.int
types.int already implies uniqueness.
This commit is contained in:
parent
c738b309ee
commit
19ffa212af
14 changed files with 21 additions and 21 deletions
|
@ -491,7 +491,7 @@ in
|
|||
|
||||
services.journald.rateLimitBurst = mkOption {
|
||||
default = 100;
|
||||
type = types.uniq types.int;
|
||||
type = types.int;
|
||||
description = ''
|
||||
Configures the rate limiting burst limit (number of messages per
|
||||
interval) that is applied to all messages generated on the system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue