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
@@ -51,7 +51,7 @@ in
};
secretKeyFile = mkOption {
type = types.path;
type = types.nullOr types.path;
default = null;
description = ''
A file containing your secret key. The security of your Duo application is tied to the security of your secret key.