X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fprivate%2Fenvironment.nix;h=7555fe67236cfe7becf5ea444cdc428ed7671054;hb=91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7;hp=22217b1d60c6d631d3f81badf6b5892d64b27880;hpb=9271611c189a3ed4129d3b98422f86ab3f774f10;p=perso%2FImmae%2FConfig%2FNix.git 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 description = "Websites configurations"; type = submodule { options = { + immae = mkOption { + description = "Immae configuration by environment"; + type = submodule { + options = { + temp = mkOption { + description = "Temp configuration"; + type = submodule { + options = { + ldap = mkLdapOptions "Immae temp" { + filter = mkOption { type = str; description = "Filter for user access"; }; + }; + }; + }; + }; + }; + }; + }; isabelle = mkOption { description = "Isabelle configurations by environment"; type =