sourcephile
/
git
/
sourcephile-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d6776
)
openldap: fix databases.default.
author
Julien Moutinho
<julm@autogeree.net>
Sun, 23 Sep 2018 00:03:58 +0000
(
02:03
+0200)
committer
Julien Moutinho
<julm@autogeree.net>
Sun, 23 Sep 2018 00:03:58 +0000
(
02:03
+0200)
install/logical/friot/openldap.nix
patch
|
blob
|
history
diff --git
a/install/logical/friot/openldap.nix
b/install/logical/friot/openldap.nix
index dc43114f9a8ffdebd7a14c85f22bb987aea81d23..d903563045f170abe74a15df67a09dc8e970c8a2 100644
(file)
--- a/
install/logical/friot/openldap.nix
+++ b/
install/logical/friot/openldap.nix
@@
-76,6
+76,7
@@
in
'';
};
services.openldap.databases = lib.mkOption {
+ default = {};
type = types.attrsOf (types.submodule ({name, options, config, ...}: {
options = {
conf = lib.mkOption {