nixos/fprot: add type
This commit is contained in:
parent
d9353519d7
commit
1d22f05d64
1 changed files with 3 additions and 0 deletions
|
@ -16,16 +16,19 @@ in {
|
|||
description = ''
|
||||
product.data file. Defaults to the one supplied with installation package.
|
||||
'';
|
||||
type = types.path;
|
||||
};
|
||||
|
||||
frequency = mkOption {
|
||||
default = 30;
|
||||
type = types.int;
|
||||
description = ''
|
||||
Update virus definitions every X minutes.
|
||||
'';
|
||||
};
|
||||
|
||||
licenseKeyfile = mkOption {
|
||||
type = types.path;
|
||||
description = ''
|
||||
License keyfile. Defaults to the one supplied with installation package.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue