aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 03:01:39 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 03:01:39 +0200
commit251c0a135a4153453030dc0e2c132e57934c0095 (patch)
treee7ab615568cdfe2526b508e483b2a6c6cad4350e /modules/private/environment.nix
parentc54f73c385dcdb7458759b36b62fa0e6895a30d7 (diff)
downloadNix-251c0a135a4153453030dc0e2c132e57934c0095.tar.gz
Nix-251c0a135a4153453030dc0e2c132e57934c0095.tar.zst
Nix-251c0a135a4153453030dc0e2c132e57934c0095.zip
Migrate manual scripts from tools.immae.eu
Landing page BIP39 ldap/myip scripts webhooks
Diffstat (limited to 'modules/private/environment.nix')
-rw-r--r--modules/private/environment.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index 01ab967..f7994a1 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -799,6 +799,7 @@ in
799 description = "Tools configurations"; 799 description = "Tools configurations";
800 type = submodule { 800 type = submodule {
801 options = { 801 options = {
802 contact = mkOption { type = str; description = "Contact e-mail address"; };
802 davical = mkOption { 803 davical = mkOption {
803 description = "Davical configuration"; 804 description = "Davical configuration";
804 type = submodule { 805 type = submodule {
@@ -1012,6 +1013,10 @@ in
1012 }; 1013 };
1013 }; 1014 };
1014 }; 1015 };
1016 webhooks = mkOption {
1017 type = attrsOf str;
1018 description = "Mapping 'name'.php => script for webhooks";
1019 };
1015 ympd = mkOption { 1020 ympd = mkOption {
1016 description = "Ympd configuration"; 1021 description = "Ympd configuration";
1017 type = submodule { 1022 type = submodule {