summary refs log tree commit diff
path: root/nixos/modules/programs/systemtap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/systemtap.nix')
-rw-r--r--nixos/modules/programs/systemtap.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/programs/systemtap.nix b/nixos/modules/programs/systemtap.nix
index ca81e018c9d..360e106678e 100644
--- a/nixos/modules/programs/systemtap.nix
+++ b/nixos/modules/programs/systemtap.nix
@@ -8,6 +8,7 @@ in {
   options = {
     programs.systemtap = {
       enable = mkOption {
+        type = types.bool;
         default = false;
         description = ''
           Install <command>systemtap</command> along with necessary kernel options.