Merge pull request #86236 from ThibautMarty/fix-nullOr-types

treewide: fix modules options types where the default is null
This commit is contained in:
Lassulus
2020-08-26 18:21:29 +02:00
committed by GitHub
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -641,7 +641,7 @@ in
credential = mkOption {
default = null;
example = "f1d00200d8dc783f7fb1e10ace8da27f8312d72692abfca2f7e4960a73f48e82e1f7571f6ebfcee9fb434f9886ccc8fcc52a6614d8d2";
type = types.str;
type = types.nullOr types.str;
description = "The FIDO2 credential ID.";
};