Merge pull request #113203 from leonardp/ceph-fix

nixos/ceph: fix ceph.client.extraOptions type
wip/yesman
Lassulus 3 years ago committed by GitHub
commit 6402bee9d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nixos/modules/services/network-filesystems/ceph.nix

@ -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…
Cancel
Save