summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeonard Pollak <leonard.pollak@ipc.uni-tuebingen.de>2021-02-15 14:56:26 +0100
committerLeonard Pollak <leonard.pollak@ipc.uni-tuebingen.de>2021-02-15 14:56:26 +0100
commita9a100adf605e5e3586401a28a89d64690dace5f (patch)
treeee2ccf508dda933ead6f1a1f7b6c71022d91c89b
parent406c33bb3dd79fd467aed63473b80b4442b5997f (diff)
downloadnixpkgs-a9a100adf605e5e3586401a28a89d64690dace5f.tar
nixpkgs-a9a100adf605e5e3586401a28a89d64690dace5f.tar.gz
nixpkgs-a9a100adf605e5e3586401a28a89d64690dace5f.tar.bz2
nixpkgs-a9a100adf605e5e3586401a28a89d64690dace5f.tar.lz
nixpkgs-a9a100adf605e5e3586401a28a89d64690dace5f.tar.xz
nixpkgs-a9a100adf605e5e3586401a28a89d64690dace5f.tar.zst
nixpkgs-a9a100adf605e5e3586401a28a89d64690dace5f.zip
nixos/ceph: fix ceph.client.extraOptions type
-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 632c3fb1059..d833062c473 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 = ''
           {