From a9a100adf605e5e3586401a28a89d64690dace5f Mon Sep 17 00:00:00 2001 From: Leonard Pollak Date: Mon, 15 Feb 2021 14:56:26 +0100 Subject: [PATCH] nixos/ceph: fix ceph.client.extraOptions type --- nixos/modules/services/network-filesystems/ceph.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/network-filesystems/ceph.nix b/nixos/modules/services/network-filesystems/ceph.nix index 632c3fb1059d..d833062c4737 100644 --- a/nixos/modules/services/network-filesystems/ceph.nix +++ b/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 = '' {