Add quota-status memory limit
This commit is contained in:
parent
4a5eb4baea
commit
87ffaad9a3
2 changed files with 12 additions and 0 deletions
|
@ -468,6 +468,14 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
quotaStatusMemoryLimit = mkOption {
|
||||
type = types.int;
|
||||
default = 256;
|
||||
description = ''
|
||||
The memory limit for the quota-status service, in megabytes.
|
||||
'';
|
||||
};
|
||||
|
||||
extraVirtualAliases = mkOption {
|
||||
type = let
|
||||
loginAccount = mkOptionType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue