nixos/ceph: fix ceph.client.extraOptions type

This commit is contained in:
Leonard Pollak 2021-02-15 14:56:26 +01:00
parent 406c33bb3d
commit a9a100adf6

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 = ''
{