]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/environment.nix
Add status engine website
[perso/Immae/Config/Nix.git] / modules / private / environment.nix
index 82e39817190ac31cf6efccb979cba58824366a43..3a805c601b7693cf87f3f68ab95e5dfc96bd1180 100644 (file)
@@ -1020,6 +1020,15 @@ in
               };
             };
           };
+          status_engine = mkOption {
+            description = "Status Engine configuration";
+            type = submodule {
+              options = {
+                mysql = mkMysqlOptions "StatusEngine" {};
+                ldap = mkLdapOptions "StatusEngine" {};
+              };
+            };
+          };
           task = mkOption {
             description = "Taskwarrior configuration";
             type = submodule {