aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-05 12:55:05 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-05 12:55:05 +0200
commit91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7 (patch)
tree567fcdf23483fdf11a5f27319f4b120e2e64c4c5 /modules/private/environment.nix
parent9271611c189a3ed4129d3b98422f86ab3f774f10 (diff)
downloadNix-91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7.tar.gz
Nix-91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7.tar.zst
Nix-91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7.zip
Add file manager
Diffstat (limited to 'modules/private/environment.nix')
-rw-r--r--modules/private/environment.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index 22217b1..7555fe6 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -1084,6 +1084,23 @@ in
1084 description = "Websites configurations"; 1084 description = "Websites configurations";
1085 type = submodule { 1085 type = submodule {
1086 options = { 1086 options = {
1087 immae = mkOption {
1088 description = "Immae configuration by environment";
1089 type = submodule {
1090 options = {
1091 temp = mkOption {
1092 description = "Temp configuration";
1093 type = submodule {
1094 options = {
1095 ldap = mkLdapOptions "Immae temp" {
1096 filter = mkOption { type = str; description = "Filter for user access"; };
1097 };
1098 };
1099 };
1100 };
1101 };
1102 };
1103 };
1087 isabelle = mkOption { 1104 isabelle = mkOption {
1088 description = "Isabelle configurations by environment"; 1105 description = "Isabelle configurations by environment";
1089 type = 1106 type =