about summary refs log tree commit diff
path: root/modules/user/openlab
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/openlab')
-rw-r--r--modules/user/openlab/stackenblocken.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/openlab/stackenblocken.nix b/modules/user/openlab/stackenblocken.nix
index 4a5630fe..421b64e9 100644
--- a/modules/user/openlab/stackenblocken.nix
+++ b/modules/user/openlab/stackenblocken.nix
@@ -16,6 +16,7 @@ in
     volume = mkOption {
       description = "Volume in percent";
       default = 50;
+      # TODO: replace with types.intBetween https://github.com/NixOS/nixpkgs/pull/27239
       type = types.addCheck types.int (x: x >= 0 && x <= 100);
     };
   };