Merge pull request #113203 from leonardp/ceph-fix

nixos/ceph: fix ceph.client.extraOptions type
This commit is contained in:
Lassulus
2021-03-04 20:13:36 +01:00
committed by GitHub

View File

@@ -316,7 +316,7 @@ in
client = {
enable = mkEnableOption "Ceph client configuration";
extraConfig = mkOption {
type = with types; attrsOf str;
type = with types; attrsOf (attrsOf str);
default = {};
example = ''
{