aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/environment
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2024-06-19 01:55:44 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2024-07-07 02:41:54 +0200
commitc55d7e13d4e689f155f0483505181c4dd1ce5904 (patch)
treea0de40be021de6064cfc3ea1aa73f8c23f2d7c6d /flakes/private/environment
parentc13500abac8938b71bc67698105957009a29f137 (diff)
downloadNix-c55d7e13d4e689f155f0483505181c4dd1ce5904.tar.gz
Nix-c55d7e13d4e689f155f0483505181c4dd1ce5904.tar.zst
Nix-c55d7e13d4e689f155f0483505181c4dd1ce5904.zip
Use ldap in matrix
Diffstat (limited to 'flakes/private/environment')
-rw-r--r--flakes/private/environment/flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flakes/private/environment/flake.nix b/flakes/private/environment/flake.nix
index 1a129cb..389a601 100644
--- a/flakes/private/environment/flake.nix
+++ b/flakes/private/environment/flake.nix
@@ -942,6 +942,14 @@
942 }; 942 };
943 }; 943 };
944 }; 944 };
945 matrix = mkOption {
946 description = "Matrix configuration";
947 type = submodule {
948 options = {
949 ldap = mkLdapOptions "Mediagoblin" {};
950 };
951 };
952 };
945 mediagoblin = mkOption { 953 mediagoblin = mkOption {
946 description = "Mediagoblin configuration"; 954 description = "Mediagoblin configuration";
947 type = submodule { 955 type = submodule {