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