summary refs log tree commit diff
diff options
context:
space:
mode:
authorScriptkiddi <fritz@otlinghaus.it>2021-02-05 10:39:25 +0100
committerScriptkiddi <fritz@otlinghaus.it>2021-02-05 10:39:25 +0100
commit4cf63ef007fd1dace234b70726555503198c0ccc (patch)
tree2c0f28eb389b3b124043db9d8f747c2cbda3f908
parent24e5fe6075bc7a137bb701eb8a378f5a8689e10d (diff)
downloadnixpkgs-4cf63ef007fd1dace234b70726555503198c0ccc.tar
nixpkgs-4cf63ef007fd1dace234b70726555503198c0ccc.tar.gz
nixpkgs-4cf63ef007fd1dace234b70726555503198c0ccc.tar.bz2
nixpkgs-4cf63ef007fd1dace234b70726555503198c0ccc.tar.lz
nixpkgs-4cf63ef007fd1dace234b70726555503198c0ccc.tar.xz
nixpkgs-4cf63ef007fd1dace234b70726555503198c0ccc.tar.zst
nixpkgs-4cf63ef007fd1dace234b70726555503198c0ccc.zip
nixos/cdemu: add types
-rw-r--r--nixos/modules/programs/cdemu.nix3
1 files changed, 3 insertions, 0 deletions
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 <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.