summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2021-03-04 20:13:36 +0100
committerGitHub <noreply@github.com>2021-03-04 20:13:36 +0100
commit6402bee9d4ace8edb050b08d49fdc4b69f45f07e (patch)
tree10065c4cf62dfe4034fd374a3731117b7aea0e28 /nixos
parent4f9a414094c08e6dd682352528096a0364ae0901 (diff)
parenta9a100adf605e5e3586401a28a89d64690dace5f (diff)
Merge pull request #113203 from leonardp/ceph-fix
nixos/ceph: fix ceph.client.extraOptions type
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/network-filesystems/ceph.nix2
1 files changed, 1 insertions, 1 deletions
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 = ''
{