Merge pull request #112000 from helsinki-systems/cdemu
nixos/cdemu: add types
This commit is contained in:
commit
fb9f618c5f
@ -16,18 +16,21 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
group = mkOption {
|
group = mkOption {
|
||||||
|
type = types.str;
|
||||||
default = "cdrom";
|
default = "cdrom";
|
||||||
description = ''
|
description = ''
|
||||||
Group that users must be in to use <command>cdemu</command>.
|
Group that users must be in to use <command>cdemu</command>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
gui = mkOption {
|
gui = mkOption {
|
||||||
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to install the <command>cdemu</command> GUI (gCDEmu).
|
Whether to install the <command>cdemu</command> GUI (gCDEmu).
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
image-analyzer = mkOption {
|
image-analyzer = mkOption {
|
||||||
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to install the image analyzer.
|
Whether to install the image analyzer.
|
||||||
|
Loading…
Reference in New Issue
Block a user