nixos/ceph: fix ceph.client.extraOptions type
This commit is contained in:
parent
406c33bb3d
commit
a9a100adf6
@ -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 = ''
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user