summary refs log tree commit diff
path: root/nixos/modules/services/networking/jormungandr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/jormungandr.nix')
-rw-r--r--nixos/modules/services/networking/jormungandr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/jormungandr.nix b/nixos/modules/services/networking/jormungandr.nix
index 0c66b85fe8a..68f1e9af9ff 100644
--- a/nixos/modules/services/networking/jormungandr.nix
+++ b/nixos/modules/services/networking/jormungandr.nix
@@ -54,7 +54,7 @@ in {
      };
 
       genesisBlockHash = mkOption {
-        type = types.nullOr types.string;
+        type = types.nullOr types.str;
         default = null;
         example = "d70495af81ae8600aca3e642b2427327cb6001ec4d7a0037e96a00dabed163f9";
         description = ''