nixos/cdemu: add types

This commit is contained in:
Scriptkiddi 2021-02-05 10:39:25 +01:00
parent 24e5fe6075
commit 4cf63ef007
No known key found for this signature in database
GPG key ID: F7FBBF6334AF4872

View file

@ -16,18 +16,21 @@ in {
'';
};
group = mkOption {
type = types.str;
default = "cdrom";
description = ''
Group that users must be in to use <command>cdemu</command>.
'';
};
gui = mkOption {
type = types.bool;
default = true;
description = ''
Whether to install the <command>cdemu</command> GUI (gCDEmu).
'';
};
image-analyzer = mkOption {
type = types.bool;
default = true;
description = ''
Whether to install the image analyzer.