about summary refs log tree commit diff
path: root/nixos/modules/hardware/sata.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/sata.nix')
-rw-r--r--nixos/modules/hardware/sata.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/sata.nix b/nixos/modules/hardware/sata.nix
index 541897527a8d..81592997d6e3 100644
--- a/nixos/modules/hardware/sata.nix
+++ b/nixos/modules/hardware/sata.nix
@@ -39,7 +39,7 @@ in
     enable = mkEnableOption "SATA drive timeouts";
 
     deciSeconds = mkOption {
-      example = "70";
+      example = 70;
       type = types.int;
       description = ''
         Set SCT Error Recovery Control timeout in deciseconds for use in RAID configurations.