summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2016-11-16 16:34:00 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2016-11-16 16:34:00 +0900
commit821e8d46810e44215851696f686bd3ad9b360b8a (patch)
treef2916eacb799d4e666217f6f92f8763a0dcfab2e /nixos
parent57c4d6f380ad3cc4f07b598dd838a09a4f38c4d2 (diff)
downloadnixlib-821e8d46810e44215851696f686bd3ad9b360b8a.tar
nixlib-821e8d46810e44215851696f686bd3ad9b360b8a.tar.gz
nixlib-821e8d46810e44215851696f686bd3ad9b360b8a.tar.bz2
nixlib-821e8d46810e44215851696f686bd3ad9b360b8a.tar.lz
nixlib-821e8d46810e44215851696f686bd3ad9b360b8a.tar.xz
nixlib-821e8d46810e44215851696f686bd3ad9b360b8a.tar.zst
nixlib-821e8d46810e44215851696f686bd3ad9b360b8a.zip
zope2 module: instance option loaOf -> attrsOf
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/zope2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/zope2.nix b/nixos/modules/services/web-servers/zope2.nix
index 8a453e015577..496e34db4a96 100644
--- a/nixos/modules/services/web-servers/zope2.nix
+++ b/nixos/modules/services/web-servers/zope2.nix
@@ -74,7 +74,7 @@ in
 
     services.zope2.instances = mkOption {
       default = {};
-      type = with types; loaOf (submodule zope2Opts);
+      type = with types; attrsOf (submodule zope2Opts);
       example = literalExample ''
         {
           plone01 = {