Forgot mkOption...
This commit is contained in:
+3
-5
@@ -38,11 +38,9 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
redis = {
|
redis.password-file = mkOption {
|
||||||
password-file = {
|
type = str;
|
||||||
type = str;
|
description = "Password with which to connect to Redis.";
|
||||||
description = "Password with which to connect to Redis.";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user