From 4cf63ef007fd1dace234b70726555503198c0ccc Mon Sep 17 00:00:00 2001 From: Scriptkiddi Date: Fri, 5 Feb 2021 10:39:25 +0100 Subject: nixos/cdemu: add types --- nixos/modules/programs/cdemu.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/programs/cdemu.nix b/nixos/modules/programs/cdemu.nix index a59cd93cadf..142e2934240 100644 --- a/nixos/modules/programs/cdemu.nix +++ b/nixos/modules/programs/cdemu.nix @@ -16,18 +16,21 @@ in { ''; }; group = mkOption { + type = types.str; default = "cdrom"; description = '' Group that users must be in to use cdemu. ''; }; gui = mkOption { + type = types.bool; default = true; description = '' Whether to install the cdemu GUI (gCDEmu). ''; }; image-analyzer = mkOption { + type = types.bool; default = true; description = '' Whether to install the image analyzer. -- cgit 1.4.1